- 
                Notifications
    
You must be signed in to change notification settings  - Fork 121
 
Open
Description
Add optional uploading of the code coverage report to codecov.io
Sample change to .github/workflows/test.yml
<       - run: pipenv run pytest --cov --cov-fail-under=100
---
>       - run: pipenv run pytest --cov --cov-fail-under=100 --cov-report=xml
>
>       - name: Upload Coverage to Codecov
>         uses: codecov/codecov-action@v1
Metadata
Metadata
Assignees
Labels
No labels