We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cce529 commit 1da1188Copy full SHA for 1da1188
.github/workflows/coverity_scan.yml
@@ -42,6 +42,6 @@ jobs:
42
--form [email protected] \
43
--form file=@gcc_freertos_kerenl_sample_build.tgz \
44
--form version="Mainline" \
45
- --form description="GCC Posix Demo" \
+ --form description="FreeRTOS Kernel Nightly Scan" \
46
https://scan.coverity.com/builds?project=FreeRTOS-Kernel)
47
echo "${COV_SCAN_UPLOAD_STATUS}" | grep -q -e 'Build successfully submitted' || echo >&2 "Error submitting build for analysis: ${COV_SCAN_UPLOAD_STATUS}"
0 commit comments