Skip to content

Commit 548a119

Browse files
authored
Remove comments in main.yml
1 parent c1eb2c0 commit 548a119

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ jobs:
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:
@@ -65,14 +53,6 @@ jobs:
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

0 commit comments

Comments
 (0)