We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9f7cb commit 40677acCopy full SHA for 40677ac
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: ${{ matrix.python-version }}
16
cache: pip
17
cache-dependency-path: setup.py
18
- - run: pip install .[test]
+ - run: pip install .[test] coveralls
19
- run: pytest --cov agateremote
20
- env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments