Skip to content

Commit

Permalink
Add verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Feb 21, 2022
1 parent 1a8a078 commit 61cd176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
pytest --ignore=tests/mapfiles --cov mappyfile --cov-report= docs/examples/api/ misc/ tests/
- name: Upload coverage data to coveralls.io
run: coveralls
run: coveralls -v
if: ${{ matrix.python-version != 2.7 }}
env:
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
Expand All @@ -55,6 +55,6 @@ jobs:
- name: Finished
run: |
pip3 install --upgrade coveralls
coveralls --finish
coveralls --finish -v
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 61cd176

Please sign in to comment.