We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a696d45 commit a7aded9Copy full SHA for a7aded9
.github/workflows/python-ci.yml
@@ -58,6 +58,7 @@ jobs:
58
- name: Install dependencies
59
run: |
60
python -m pip install --upgrade pip setuptools wheel poetry
61
+ python -m pip install coveralls
62
make setup
63
64
- name: Run coverage and upload to Coveralls
0 commit comments