Skip to content

Commit

Permalink
Provide --root as relative path
Browse files Browse the repository at this point in the history
Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
  • Loading branch information
aalekhpatel07 committed Mar 21, 2024
1 parent 9c0928c commit 16b2451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.15.0'
args: '--ignore-tests --exclude-files src/lib.rs --root speed-daemon -- --test-threads 1'
args: '--root ./speed-daemon --ignore-tests --exclude-files src/lib.rs -- --test-threads 1'

- name: Upload to codecov.io
uses: codecov/codecov-action@v1.0.2
Expand Down

0 comments on commit 16b2451

Please sign in to comment.