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 9d5a9b6 commit bc90ea4Copy full SHA for bc90ea4
.github/workflows/test.yml
@@ -23,9 +23,11 @@ jobs:
23
cache: pip
24
cache-dependency-path: pyproject.toml
25
- name: Install dependencies
26
- run: pip install -e .[test,sentry,raygun] coveralls
+ run: pip install -e .[test] coveralls
27
- name: Test with pytest
28
- run: coverage run -m pytest
+ run: |
29
+ coverage run -m pytest
30
+ coverage xml
31
- name: Upload Coverage
32
uses: coverallsapp/github-action@v2
33
with:
0 commit comments