Skip to content

Commit 80ced99

Browse files
author
Marat Akhmetov
committed
[DOP-23126] added new param for pytest-coverage-comment
1 parent 3d7b8c9 commit 80ced99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,10 @@ jobs:
134134
uses: MishaKav/pytest-coverage-comment@main
135135
with:
136136
pytest-xml-coverage-path: ./reports/coverage.xml
137+
junitxml-path: ./pytest.xml
137138
default-branch: develop
138139
xml-skip-covered: true
140+
report-only-changed-files: true
139141

140142
- name: All done
141143
run: echo 1

0 commit comments

Comments
 (0)