We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8429242 commit 7ea2c7dCopy full SHA for 7ea2c7d
1 file changed
.github/workflows/ci.yml
@@ -75,25 +75,12 @@ jobs:
75
pattern: coverage.*
76
merge-multiple: true
77
78
- - name: Setup Python for coverage
79
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
80
- with:
81
- python-version: "3.13"
82
-
83
- - name: Install coverage
84
- run: python -m pip install "coverage[toml]>=7.3.1"
85
86
- - name: Combine coverage files
87
- run: |
88
- coverage combine coverage.*
89
- coverage report
90
91
- name: Coverage comment
92
id: coverage_comment
93
uses: py-cov-action/python-coverage-comment-action@b3d7e98bf5528b07d6951ef7a93e2b156f960112 # v3.1.0
94
with:
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
- MERGE_COVERAGE_FILES: false
+ MERGE_COVERAGE_FILES: true
97
ANNOTATE_MISSING_LINES: true
98
VERBOSE: true
99
0 commit comments