Skip to content

Commit

Permalink
bump codecov version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourya742 committed Oct 10, 2024
1 parent 105acda commit a2c4b6d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,9 @@ jobs:
- name: Generate code coverage
run: |
./scripts/tarpaulin.sh
- name: List files after tarpaulin run
run: |
echo "Checking files in protocols directory"
ls -l protocols
echo "Checking files in roles directory"
ls -l roles
echo "Checking files in utils directory"
ls -l utils
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: "./roles/cobertura.xml, ./protocols/cobertura.xml, ./utils/cobertura.xml"
fail_ci_if_error: true
Expand Down

0 comments on commit a2c4b6d

Please sign in to comment.