We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2350c8e commit a6f4e47Copy full SHA for a6f4e47
1 file changed
.github/workflows/coverage.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
ls -l
26
ls -l ..
27
- ./run_coverage_tests.py ../BasicTestSuite
+ ./run_coverage_tests.py BasicTestSuite
28
coverage xml # generates coverage.xml for codecov
29
coverage report # shows coverage in workflow logs
30
0 commit comments