Skip to content

Commit

Permalink
Try out codecov instead of coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbriolat committed Oct 27, 2019
1 parent 85e4daf commit 52791c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_SERVICE_NAME: github-actions
- uses: codecov/codecov-action@v1.0.3
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
testpaths = tests/
addopts = --cov=src/ -W ignore::schematics.deprecated.SchematicsDeprecationWarning
addopts = --cov=src/ --cov-report=xml -W ignore::schematics.deprecated.SchematicsDeprecationWarning
markers =
bot: mark a test as Bot-based rather than IRCClient-based

0 comments on commit 52791c3

Please sign in to comment.