Skip to content

Commit 1001324

Browse files
author
esblinov
committed
minimum of coverage
1 parent 25c7a46 commit 1001324

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests_and_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Run tests and show coverage on the command line
3535
run: |
36-
coverage run --source=transfunctions --omit="*tests*" -m pytest --cache-clear --assert=plain && coverage report -m --fail-under=90
36+
coverage run --source=transfunctions --omit="*tests*" -m pytest --cache-clear --assert=plain && coverage report -m --fail-under=80
3737
coverage xml
3838
3939
- name: Upload coverage to Coveralls
@@ -46,4 +46,4 @@ jobs:
4646
file: coverage.xml
4747

4848
- name: Run tests and show the branch coverage on the command line
49-
run: coverage run --branch --source=transfunctions --omit="*tests*" -m pytest --cache-clear --assert=plain && coverage report -m --fail-under=90
49+
run: coverage run --branch --source=transfunctions --omit="*tests*" -m pytest --cache-clear --assert=plain && coverage report -m --fail-under=80

0 commit comments

Comments
 (0)