Skip to content

Commit

Permalink
Separate steps
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Feb 21, 2022
1 parent 9467b30 commit 882e004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
- name: Test with pytest
run: |
pytest --ignore=tests/mapfiles --cov mappyfile --cov-report= tests/
- name: Run pytest and upload coverage data to coveralls.io
- name: Upload coverage data to coveralls.io
run: |
pytest --ignore=tests/mapfiles --cov mappyfile --cov-report= tests/
coveralls -v
if: ${{ matrix.python-version != 2.7 }}
env:
Expand Down

0 comments on commit 882e004

Please sign in to comment.