Skip to content

Commit

Permalink
ci: fix pytest coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Mar 19, 2024
1 parent 388bb72 commit b918b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
flit install --deps=production --extras=test --pth-file
- name: Run pytest
run: |
pytest --cov=mdformat_admon --cov-report=xml --cov-report=term-missing
pytest --cov=mdformat_gfm_alerts --cov-report=xml --cov-report=term-missing
# - name: Upload to Codecov
# if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12
# uses: codecov/codecov-action@v1
Expand Down

0 comments on commit b918b20

Please sign in to comment.