Skip to content

Commit

Permalink
CI: fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Miksus authored Jan 30, 2022
1 parent f790d96 commit 98dbd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run test suite
run: |
python -m pytest --cov=flask-redmail --cov-report=xml flask-redmail/test
python -m pytest --cov=flask_redmail --cov-report=xml flask_redmail/test
- name: Upload test coverage
uses: codecov/codecov-action@v2

0 comments on commit 98dbd00

Please sign in to comment.