Skip to content

Commit

Permalink
Coveralls 3.0 bugfix (#129)
Browse files Browse the repository at this point in the history
* CI: update coveralls call for coveralls 3.0
* CI: demand coveralls version >= 3
  • Loading branch information
MuellerSeb authored Jan 12, 2021
1 parent e28b00c commit 26c727d
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 @@ -77,7 +77,7 @@ jobs:
pip install -r requirements_setup.txt
pip install -r requirements.txt
pip install -r requirements_test.txt
pip install coveralls>=2.0.0
pip install coveralls>=3.0.0
- name: Build sdist
run: |
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Run tests
run: |
python -m pytest --cov gstools --cov-report term-missing -v tests/
python -m coveralls
python -m coveralls --service=github
- uses: actions/upload-artifact@v2
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
Expand Down

0 comments on commit 26c727d

Please sign in to comment.