Skip to content

Commit

Permalink
Make coverage fail after report (#280)
Browse files Browse the repository at this point in the history
* Make coverage fail after report

---------

Co-authored-by: Matteo Vitali <matteo@20tab.com>
  • Loading branch information
filippo-20tab and trottomv authored Apr 14, 2023
1 parent 6d6e2ac commit 2611932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_dirname}}/scripts/report.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -euo pipefail
set -uo pipefail

python3 -m coverage combine
python3 -m coverage html
Expand Down

0 comments on commit 2611932

Please sign in to comment.