Skip to content

Commit

Permalink
Merge pull request #30 from greyli/cov
Browse files Browse the repository at this point in the history
Replace coverage with pytest-cov
  • Loading branch information
greyli authored Jun 15, 2024
2 parents 40bad4a + 7a81863 commit bc81a3d
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 71 deletions.
3 changes: 0 additions & 3 deletions .coveragerc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit bc81a3d

Please sign in to comment.