Skip to content

Commit 4f7d2ae

Browse files
committed
Restore default
1 parent 94fed56 commit 4f7d2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
run: |
272272
. venv/bin/activate
273273
coverage combine coverage*/.coverage*
274-
coverage report --fail-under=85
274+
coverage report --fail-under=94
275275
coverage xml
276276
- name: Upload coverage to Codecov
277277
uses: codecov/codecov-action@v1
@@ -344,4 +344,4 @@ jobs:
344344
run: |
345345
. venv/bin/activate
346346
echo "Showing complexity higher or equal to 'C'"
347-
radon cc plugwise/smile.py plugwise/helper.py tests/test_smile.py -s -nc --no-assert
347+
radon cc plugwise/smile.py plugwise/helper.py tests/test_smile.py -s -nc --no-assert

0 commit comments

Comments
 (0)