Skip to content

Commit d8ac027

Browse files
authored
Added codecov
1 parent f98b59a commit d8ac027

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ on:
1010
branches: [ master ]
1111

1212
jobs:
13-
build:
13+
test:
1414

1515
runs-on: ubuntu-latest
16-
1716
steps:
1817
- uses: actions/checkout@v2
1918
- name: Set up Python 3.9
@@ -33,3 +32,5 @@ jobs:
3332
- name: Test with pytest
3433
run: |
3534
pytest
35+
- name: Upload coverage to Codecov
36+
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)