Skip to content

Commit

Permalink
well, not coveralls but codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
CastixGitHub committed Jun 11, 2020
1 parent 42949fa commit fe476d7
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,9 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest --cov=.
pytest --cov=. --cov-report=xml
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
- name: CodeCov
uses: codecov/codecov-action@v1
with:
parallel: true

coveralls_finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true
file: ./coverage.xml

1 comment on commit fe476d7

@CastixGitHub
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reasons explained here
codebuddies/backend#122 (comment)

Please sign in to comment.