Skip to content

Commit

Permalink
ci: disable coverage.xml in Codecov job
Browse files Browse the repository at this point in the history
  • Loading branch information
geddy11 committed Apr 24, 2024
1 parent 9403a9d commit dff4eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: geddy11/sysloss
files: ./coverage.xml # coverage report (dont enable)
#files: ./coverage.xml # coverage report (dont enable)

- name: Coverage badge
uses: tj-actions/coverage-badge-py@v2
Expand Down

0 comments on commit dff4eba

Please sign in to comment.