mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 07:09:59 +00:00
fix: correct path for tarpaulin report check in CI workflow
This commit is contained in:
parent
34f89d6046
commit
34b88c466f
2
.github/workflows/docs-and-testcov.yml
vendored
2
.github/workflows/docs-and-testcov.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
- name: Check for tarpaulin-report.html
|
||||
run: |
|
||||
if [ ! -f target/tarpaulin-report.html ]; then
|
||||
if [ ! -f tarpaulin-report.html ]; then
|
||||
echo "tarpaulin-report.html not found!"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user