Skip to content

Commit 0456111

Browse files
authored
Add Codecov to CI
1 parent faaf5d7 commit 0456111

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy-3.6']
22+
python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy-3.6', 'pypy-3.7']
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Set up Python
@@ -32,4 +32,5 @@ jobs:
3232
pip install --upgrade pip pytest
3333
pip install wheel cython numpy scipy codecov pytest-cov scikit-learn
3434
pytest test --cov
35-
35+
- name: Codecov
36+
uses: codecov/codecov-action@v2.1.0

0 commit comments

Comments
 (0)