mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Turn on coverage reporting for codecov (#1522)
Since we migrated from Travis to GitHub Actions, our coverage on codecov has been reporting as 0%, since uploading the .coverage file is a terrible idea. Turn on XML-based reporting, ignore the file and use that when we upload to codecov.
This commit is contained in:
@@ -24,4 +24,4 @@ jobs:
|
||||
if: matrix.python-version == 3.6
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
file: ./.coverage
|
||||
file: ./coverage.xml
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
/MANIFEST
|
||||
/PyGithub.egg-info/
|
||||
/.coverage
|
||||
/coverage.xml
|
||||
/.idea
|
||||
/developer.github.com/
|
||||
/gh-pages/
|
||||
|
||||
Reference in New Issue
Block a user