We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e15f5e9 + 1f742bb commit 35b6c40Copy full SHA for 35b6c40
2 files changed
.github/workflows/coverity.yml
@@ -0,0 +1,19 @@
1
+name: Coverity Scan
2
+
3
+# We only want to test official release code, not every pull request.
4
+on:
5
+ push:
6
+ branches:
7
+ - main
8
9
+jobs:
10
+ coverity:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ - uses: vapier/coverity-scan-action@v1
15
+ with:
16
+ project: Template-Repo
17
+ email: ${{ secrets.COVERITY_SCAN_EMAIL }}
18
+ token: ${{ secrets.COVERITY_SCAN_TOKEN }}
19
+ working-directory: 'cpp_source'
README.md
@@ -1 +1,3 @@
-# Template-Repo
+# Template-Repo
+[](https://scan.coverity.com/projects/template-repo)
0 commit comments