Skip to content

Commit 3af5848

Browse files
committed
call coverage not codecov...
1 parent 42203b8 commit 3af5848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
-W "ignore:unclosed:ResourceWarning:roundup.roundup.demo" \
194194
-W "ignore:unclosed file:ResourceWarning:enum" \
195195
-v test/ --cov=roundup
196-
codecov lcov
196+
coverage lcov
197197
else
198198
# python2 case
199199
pytest -v -r a test/ --cov=roundup

0 commit comments

Comments
 (0)