We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa1409 commit f6b4f12Copy full SHA for f6b4f12
.github/workflows/run-tests.yml
@@ -35,12 +35,12 @@ jobs:
35
pip install -r requirements-dev.txt
36
- name: Test with pytest
37
run: |
38
- pytest tests
39
- # - name: Upload coverage to Codecov
40
- # uses: codecov/codecov-action@v1
41
- # with:
42
- # token: ${{ secrets.CODECOV_TOKEN }}
43
- # file: ./coverage.xml
+ pytest tests --cov=pysensors --cov-report=xml
+ - name: Upload coverage to Codecov
+ uses: codecov/codecov-action@v1
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
+ file: ./coverage.xml
44
- name: Execute feature notebook with papermill
45
46
pip install papermill
0 commit comments