We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af2a0a commit 4b4c0e5Copy full SHA for 4b4c0e5
1 file changed
.github/workflows/test.yaml
@@ -41,7 +41,7 @@ jobs:
41
name: (if ($env | contains("pre")) then $env + " (PRE-RELEASE DEPENDENCIES)" else $env end)
42
}
43
]')
44
- echo "matrix=${MATRIX_JSON}" >> $GITHUB_OUTPUT
+ echo "matrix=${MATRIX_JSON}" | tee $GITHUB_OUTPUT
45
46
test:
47
needs: get-environments
@@ -67,7 +67,7 @@ jobs:
67
MPLBACKEND: agg
68
PLATFORM: ${{ matrix.os }}
69
DISPLAY: :42
70
- run: uvx hatch run ${{ matrix.env}}:test-cov
+ run: uvx hatch run ${{ matrix.env}}:run-cov
71
- name: generate coverage report
72
run: uvx hatch run hatch-test.py${{ matrix.python }}:coverage xml
73
- name: Upload coverage
0 commit comments