Skip to content

Commit 1802c43

Browse files
Merge pull request #168 from takluyver/codecov-action-v2
Use codecov Github action v2
2 parents 4aae882 + 2938246 commit 1802c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
run: |
4848
python -m pip install --upgrade pip
4949
pip install -e .[test]
50-
pip install tox coverage codecov tox-gh-actions
50+
pip install tox coverage tox-gh-actions
5151
- name: Run the tests
5252
run: tox
5353
- name: Upload coverage to Codecov
54-
uses: codecov/codecov-action@v1
54+
uses: codecov/codecov-action@v2
5555
with:
5656
file: ./coverage.xml
5757
flags: unittests

0 commit comments

Comments
 (0)