Skip to content

Commit f4821bb

Browse files
Update instance repo from cookiecutter template
1 parent 856c6b8 commit f4821bb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
3-
"commit": "ec8a4e2542c89ddc12d5dd06723bae7c2d0333fe",
3+
"commit": "5af61043f3deaccb51b5956249dabeba7ab34480",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -36,7 +36,7 @@
3636
"trim_blocks": true
3737
},
3838
"_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
39-
"_commit": "ec8a4e2542c89ddc12d5dd06723bae7c2d0333fe"
39+
"_commit": "5af61043f3deaccb51b5956249dabeba7ab34480"
4040
}
4141
},
4242
"directory": null

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ jobs:
5555
PLATFORM: ${{ matrix.os }}
5656
DISPLAY: :42
5757
run: uvx hatch test --cover --python ${{ matrix.python }}
58+
- name: generate coverage report
59+
run: uvx hatch run hatch-test.py${{ matrix.python }}:coverage xml
5860
- name: Upload coverage
5961
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)