fix: correct path for tarpaulin report check in CI workflow

This commit is contained in:
Palash Tyagi 2025-04-20 00:57:29 +01:00
parent 34f89d6046
commit 34b88c466f

View File

@ -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