Skip to content

Commit

Permalink
test upload
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Zaporozhets <[email protected]>
  • Loading branch information
Nikita Zaporozhets committed Jan 24, 2024
1 parent 3beeef5 commit 2829418
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,11 @@ jobs:
run: |
cargo tarpaulin --out Xml
grcov . --binary-path ./target/debug -s . -t cobertura --branch -o cobertura.xml --ignore-not-existing --ignore "/opt/cargo/**" "target/debug" "node/src"
- name: Upload Cobertura report
uses: actions/upload-artifact@v2
with:
name: cobertura-report
path: cobertura.xml
find . -type f -name '*.profraw' -delete
- name: Upload to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./cobertura.xml
token: ${{ secrets.CODECOV_TOKEN }}
gcov: true

0 comments on commit 2829418

Please sign in to comment.