Skip to content

Commit 241409b

Browse files
committed
Use codecov action
1 parent 0e81a1e commit 241409b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
- name: Lint Docs
3030
run: python setup.py checkdocs
3131
- name: Test
32-
run: python -m nose -s --with-coverage && codecov
32+
run: python -m nose -s --with-coverage
33+
- name: Upload coverage
34+
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)