Skip to content

Commit

Permalink
configure codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Mar 15, 2024
1 parent 9764d92 commit e34b39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ jobs:
run: |
llvm-profdata merge -sparse default_*.profraw -o coverage.profdata
llvm-cov report target/debug/xensieve -instr-profile=coverage.profdata
llvm-cov export -format=text target/debug/xensieve -instr-profile=coverage.profdata > coverage.json
llvm-cov export -format=lcov target/debug/xensieve -instr-profile=coverage.profdata > coverage.txt
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: 6ecdfb7b-306b-4bdc-abbf-c393da9186c9
files: coverage.json
files: coverage.txt
slug: flexatone/xensieve-rs

#-----------------------------------------------------------------------------
Expand Down

0 comments on commit e34b39d

Please sign in to comment.