Skip to content

Commit

Permalink
Remove comments in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srirampc authored Jul 26, 2023
1 parent c1eb2c0 commit 548a119
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ jobs:
# Static Analysis with cppcheck
- name: cppcheck
run: cppcheck --enable=all --inconclusive --force --std=c++20 -iext/ -I src/ --output-file=cppcheck_report.txt .
# uses: deep5050/cppcheck-action@main
# with:
# exclude_check: ext/
# inconcusive: enable
# force: enable
# other_options: "--includes-file=src/cgi/include/*.hpp"
# github_token: ${{ secrets.GITHUB_TOKEN}}
# - name: publish report
# uses: mikeal/publish-to-github-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# BRANCH_NAME: 'master' # your branch name goes here
- name: Upload CPPCheck Report as artifact
uses: actions/upload-artifact@v3
with:
Expand All @@ -65,14 +53,6 @@ jobs:
- name: Run lcov to generate coverage
working-directory: ${{github.workspace}}/build
run: make lcov2
# Reporting code coverage
#- name: Report code coverage
# uses: zgosalvez/github-actions-report-lcov@v3
# with:
# working-directory: ${{github.workspace}}/build
# coverage-files: ${{github.workspace}}/build/coverage.info
# artifact-name: code-coverage-report
# github-token: ${{ secrets.GITHUB_TOKEN }}
# Uploading to Codecov
- name: Upload coverage reports to codecov.io
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 548a119

Please sign in to comment.