File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 # Static Analysis with cppcheck
3434 - name : cppcheck
3535 run : cppcheck --enable=all --inconclusive --force --std=c++20 -iext/ -I src/ --output-file=cppcheck_report.txt .
36- # uses: deep5050/cppcheck-action@main
37- # with:
38- # exclude_check: ext/
39- # inconcusive: enable
40- # force: enable
41- # other_options: "--includes-file=src/cgi/include/*.hpp"
42- # github_token: ${{ secrets.GITHUB_TOKEN}}
43- # - name: publish report
44- # uses: mikeal/publish-to-github-action@master
45- # env:
46- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47- # BRANCH_NAME: 'master' # your branch name goes here
4836 - name : Upload CPPCheck Report as artifact
4937 uses : actions/upload-artifact@v3
5038 with :
6553 - name : Run lcov to generate coverage
6654 working-directory : ${{github.workspace}}/build
6755 run : make lcov2
68- # Reporting code coverage
69- # - name: Report code coverage
70- # uses: zgosalvez/github-actions-report-lcov@v3
71- # with:
72- # working-directory: ${{github.workspace}}/build
73- # coverage-files: ${{github.workspace}}/build/coverage.info
74- # artifact-name: code-coverage-report
75- # github-token: ${{ secrets.GITHUB_TOKEN }}
7656 # Uploading to Codecov
7757 - name : Upload coverage reports to codecov.io
7858 uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments