Skip to content

Commit 303c97d

Browse files
committed
Updated testing and coverage reporting config
1 parent bc90ea4 commit 303c97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: pip
2424
cache-dependency-path: pyproject.toml
2525
- name: Install dependencies
26-
run: pip install -e .[test] coveralls
26+
run: pip install -e .[test] coverage
2727
- name: Test with pytest
2828
run: |
2929
coverage run -m pytest

0 commit comments

Comments
 (0)