Skip to content

Commit

Permalink
fix coveralls reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 5, 2024
1 parent cef99b0 commit f21df8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Ouranosinc/cookiecutter-pypackage.git",
"commit": "3b3598ae9524e7eb495bcba91093fac3369e753a",
"commit": "58525bb6c287ad11c874d7b8531c3597232e2d93",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
strategy:
matrix:
include:
- tox-env: "py39"
- tox-env: "py39-coveralls"
python-version: "3.9"
- tox-env: "py310"
- tox-env: "py310-coveralls"
python-version: "3.10"
- tox-env: "py311"
- tox-env: "py311-coveralls"
python-version: "3.11"
- tox-env: "py312"
- tox-env: "py312-coveralls"
python-version: "3.12"
steps:
- name: Harden Runner
Expand Down

0 comments on commit f21df8e

Please sign in to comment.