File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments