Skip to content

Commit dc9a16d

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
CI coverage gate is decreased
1 parent b4976fc commit dc9a16d

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
@@ -32,7 +32,7 @@ jobs:
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:
@@ -45,4 +45,4 @@ jobs:
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

0 commit comments

Comments
 (0)