We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47591ff commit cf543ceCopy full SHA for cf543ce
.github/workflows/run-tests.yml
@@ -43,5 +43,8 @@ jobs:
43
- name: Run tests
44
run: poetry run pytest --cov=${{ github.event.repository.name }}
45
46
+ - name: Install coverage
47
+ run: pip install coverage
48
+
49
- name: Coveralls
50
uses: coverallsapp/github-action@v2
0 commit comments