Skip to content

Commit bc90ea4

Browse files
committed
Updated testing and coverage reporting config
1 parent 9d5a9b6 commit bc90ea4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
cache: pip
2424
cache-dependency-path: pyproject.toml
2525
- name: Install dependencies
26-
run: pip install -e .[test,sentry,raygun] coveralls
26+
run: pip install -e .[test] coveralls
2727
- name: Test with pytest
28-
run: coverage run -m pytest
28+
run: |
29+
coverage run -m pytest
30+
coverage xml
2931
- name: Upload Coverage
3032
uses: coverallsapp/github-action@v2
3133
with:

0 commit comments

Comments
 (0)