Skip to content

Commit

Permalink
coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 23, 2021
1 parent 87a6738 commit b080fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
LOG=0 coverage run --parallel-mode --source='core' manage.py test --parallel=4 -v 3 --keepdb
coverage combine
coverage report -m --include=core/* --fail-under=100
coverage report -m --include=core/* --fail-under=80

0 comments on commit b080fe9

Please sign in to comment.