We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6423cbf commit 85b3504Copy full SHA for 85b3504
1 file changed
.github/workflows/upstream-dev-ci.yaml
@@ -66,9 +66,9 @@ jobs:
66
id: status
67
run: |
68
python -m pytest -rf
69
- --report-log output-${{ matrix.python-version }}-log.jsonl
70
- --cov=mplotutils
71
- --cov-report=xml
+ --report-log output-${{ matrix.python-version }}-log.jsonl
+ --cov=mplotutils
+ --cov-report=xml
72
73
- name: Upload code coverage to Codecov
74
uses: codecov/codecov-action@v5
0 commit comments