Skip to content

Commit 40677ac

Browse files
committed
ci: Install coveralls package
1 parent 7a9f7cb commit 40677ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ${{ matrix.python-version }}
1616
cache: pip
1717
cache-dependency-path: setup.py
18-
- run: pip install .[test]
18+
- run: pip install .[test] coveralls
1919
- run: pytest --cov agateremote
2020
- env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)