Skip to content

Commit

Permalink
test: find the downloaded data
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Sep 16, 2024
1 parent 12c45cb commit cf7cf7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/my_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
merge-multiple: true
- name: Run Grcov
run: |
ls -la ./target/debug
pwd
ls -la .
cargo install grcov;
mkdir /tmp/cov;
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
Expand Down

0 comments on commit cf7cf7a

Please sign in to comment.