Skip to content

Commit

Permalink
bump codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourya742 committed Oct 10, 2024
1 parent 105acda commit 3a5aa1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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
2 changes: 1 addition & 1 deletion protocols/tarpaulin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[default]
features = "disable_nopanic prop_test noise_sv2 with_buffer_pool derive_codec_sv2 binary_codec_sv2 default core"
run-types = [ "Lib" ]
timeout = "1200s"
timeout = "120s"
fail-under = 0

[report]
Expand Down

0 comments on commit 3a5aa1f

Please sign in to comment.