Skip to content

Commit a5009e0

Browse files
committed
Added codecov to workflow
1 parent 0bd54dc commit a5009e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,11 @@ jobs:
4646
run: pip install -r requirements/test.txt
4747
- name: Test
4848
run: pytest
49+
- name: Upload coverage to Codecov
50+
uses: codecov/codecov-action@v3
51+
with:
52+
token: ${{ secrets.CODECOV_TOKEN }}
53+
files: test-reports/coverage.xml
54+
flags: python-${{ matrix.python-version }}
55+
verbose: true # optional (default = false)
56+
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)