Skip to content

Commit

Permalink
build: try to fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Sep 12, 2024
1 parent 8d38668 commit 8c4bc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/run-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ apt-get update
apt-get install -y --no-install-recommends firefox gettext
make requirements

coverage combine coverage*/.coverage*
coverage combine # Combine coverage data from multiple test runs
coverage report
coverage xml

0 comments on commit 8c4bc2a

Please sign in to comment.