Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Oct 7, 2022
1 parent bb3a516 commit cebbf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ jobs:
(cd js && npx nyc report --temp-dir ../coverage/js --report-dir ../coverage/js --reporter=clover)
# fix bug in nyc report, never reached condition is rendered to clover with falsecount = 2
# https://github.com/istanbuljs/istanbuljs/issues/695
sed -i -E 's~count="0" type="cond" truecount="0" falsecount="[1-9]+"~count="0" type="cond" truecount="0" falsecount="0"~' behat.yml.dist
sed -i -E 's~count="0" type="cond" truecount="0" falsecount="[1-9]+"~count="0" type="cond" truecount="0" falsecount="0"~' coverage/js/clover.xml
cat coverage/js/clover.xml
- name: Upload JS coverage logs 2/2 (only for coverage)
Expand Down

0 comments on commit cebbf7a

Please sign in to comment.