Skip to content

Commit 7ea2c7d

Browse files
committed
tests fix
1 parent 8429242 commit 7ea2c7d

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,12 @@ jobs:
7575
pattern: coverage.*
7676
merge-multiple: true
7777

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-
9178
- name: Coverage comment
9279
id: coverage_comment
9380
uses: py-cov-action/python-coverage-comment-action@b3d7e98bf5528b07d6951ef7a93e2b156f960112 # v3.1.0
9481
with:
9582
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96-
MERGE_COVERAGE_FILES: false
83+
MERGE_COVERAGE_FILES: true
9784
ANNOTATE_MISSING_LINES: true
9885
VERBOSE: true
9986

0 commit comments

Comments
 (0)