Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit dad80d3

Browse files
chore: Add Coveralls to CI
1 parent d93e95d commit dad80d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install dev dependencies for Coveralls
3636
run: |
37-
pip install --upgrade pip wheel coverage coveralls
37+
pip install --upgrade pip wheel coverage coveralls pytest pytest-cov
3838
3939
- name: Run coverage
4040
run: |

0 commit comments

Comments
 (0)