We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a928fb commit 80b2af7Copy full SHA for 80b2af7
1 file changed
.github/workflows/scripts/run_tests_coverage
@@ -162,7 +162,7 @@ main() {
162
163
make test-javascript-cov TESTS_FILTER=".*/${pkg}/.*"
164
165
- if [ -f reports/coverage/lcov-report/index.html ]; then
+ if [ ! -f reports/coverage/lcov-report/${pkg}/lib/index.html ]; then
166
# Reports for packages with no dependencies are stored in the `lcov-report` directory
167
coverage_path="reports/coverage/lcov-report/index.html"
168
top_level_report=true
0 commit comments