File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 run : pip list
3333
3434 - name : Run tests and show coverage on the command line
35- run : coverage run --source=transfunctions --omit="*tests*" -m pytest --cache-clear --assert=plain && coverage report -m --fail-under=100
35+ run : coverage run --source=transfunctions --omit="*tests*" -m pytest --cache-clear --assert=plain && coverage report -m --fail-under=90
3636
3737 - name : Upload reports to codecov
3838 env :
4545 ./codecov -t ${CODECOV_TOKEN}
4646
4747 - name : Run tests and show the branch coverage on the command line
48- run : coverage run --branch --source=transfunctions --omit="*tests*" -m pytest --cache-clear --assert=plain && coverage report -m --fail-under=100
48+ run : coverage run --branch --source=transfunctions --omit="*tests*" -m pytest --cache-clear --assert=plain && coverage report -m --fail-under=90
You can’t perform that action at this time.
0 commit comments