Skip to content

Commit cf543ce

Browse files
trying to get coveralls to work
1 parent 47591ff commit cf543ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ jobs:
4343
- name: Run tests
4444
run: poetry run pytest --cov=${{ github.event.repository.name }}
4545

46+
- name: Install coverage
47+
run: pip install coverage
48+
4649
- name: Coveralls
4750
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)