File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : PR Comments
2
2
3
3
on :
4
- pull_request_target :
4
+ pull_request :
5
5
branches :
6
6
- master
7
7
8
- permissions :
9
- pull-requests : write
10
-
11
8
jobs :
12
9
backend-tests-and-coverage :
13
10
runs-on : ubuntu-latest
56
53
uses : MishaKav/pytest-coverage-comment@v1
57
54
with :
58
55
pytest-xml-coverage-path : ./reports/code-cov/coverage.xml
59
- junitxml-path : ./reports/pytest/test_report.xml
60
- junitxml-title : Pytest Report
61
- title : Python Coverage Report
62
- badge-title : Python Code Coverage
56
+ title : Backend Code Coverage Report
57
+ badge-title : Coverage
63
58
report-only-changed-files : true
64
59
xml-skip-covered : true
65
60
remove-link-from-badge : true
@@ -121,7 +116,7 @@ jobs:
121
116
uses : MishaKav/jest-coverage-comment@v1
122
117
with :
123
118
coverage-summary-path : ./reports/jest/coverage-summary.json
124
- summary-title : UI Coverage Report
119
+ summary-title : UI Code Coverage Report
125
120
badge-title : Coverage
126
121
hide-comment : false
127
122
create-new-comment : false
You can’t perform that action at this time.
0 commit comments