Skip to content

Commit

Permalink
ci: fix coverage directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Mar 18, 2024
1 parent 814e8ce commit 70f0c10
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_mkdocs --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 70f0c10

Please sign in to comment.