We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd54dc commit a5009e0Copy full SHA for a5009e0
.github/workflows/ci.yaml
@@ -46,3 +46,11 @@ jobs:
46
run: pip install -r requirements/test.txt
47
- name: Test
48
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