We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ccdc2 commit 8de95a8Copy full SHA for 8de95a8
.github/workflows/pytest.yaml
@@ -40,7 +40,6 @@ jobs:
40
# Need relative files for the action to report, but it messes up mutmut
41
echo "[run]" >> .coveragerc
42
echo "relative_files = true" >> .coveragerc
43
- cat .coveragerc
44
45
hatch run dev:pytest
46
env:
@@ -66,6 +65,11 @@ jobs:
66
65
with:
67
pattern: coverage-*
68
merge-multiple: true
+ - name: Re-add relative so the action is happy
69
+ run: |
70
+ # Need relative files for the action to report, but it messes up mutmut
71
+ echo "[run]" >> .coveragerc
72
+ echo "relative_files = true" >> .coveragerc
73
- name: Python Coverage Comment
74
uses: py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
75
0 commit comments