Skip to content

Commit

Permalink
Fix for coveralls 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Jan 15, 2021
1 parent f2d861b commit 509146a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Run tests with coverage
run: pytest --cov=.
- name: Upload Coverage
run: coveralls
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: posix-${{ matrix.python-version }}
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Run tests with coverage
run: pytest --cov=.
- name: Upload Coverage
run: coveralls
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: windows-${{ matrix.python-version }}
Expand All @@ -95,6 +95,6 @@ jobs:
- name: Install dependencies
run: pip install coveralls
- name: Finish coveralls
run: coveralls --finish
run: coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ isort>=5.6.4
pytest>=6.2.1
pytest-mock>=3.5.1
pytest-cov>=2.10.1
coveralls>=2.2.0
coveralls>=3.0.0
flake8-isort>=4.0.0
black>=20.8b1

Expand Down

0 comments on commit 509146a

Please sign in to comment.