File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 41
41
- name : Run tests
42
42
run : npm run test
43
43
44
+ - name : Archive junit report
45
+ uses : actions/upload-artifact@v4
46
+ with :
47
+ name : junit-report
48
+ path : processor/junit-report.xml
49
+
44
50
- name : Archive code coverage results
45
51
uses : actions/upload-artifact@v4
46
52
with :
47
53
name : code-coverage-report
48
- path : processor/junit-report.xml
54
+ path : processor/coverage/lcov.info
Original file line number Diff line number Diff line change 23
23
- name : Download code coverage results
24
24
uses : actions/download-artifact@v4
25
25
with :
26
- name : code-coverage -report
26
+ name : junit -report
27
27
github-token : ${{ github.token }}
28
28
run-id : ${{ github.event.workflow_run.id }}
29
29
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ sonar.projectKey=Mollie-Connector
2
2
sonar.sources =processor/src
3
3
sonar.sourceEncoding =UTF-8
4
4
sonar.tests =processor/tests
5
- sonar.javascript.lcov.reportPaths =processor/coverage/ lcov.info
5
+ sonar.javascript.lcov.reportPaths =lcov.info
You can’t perform that action at this time.
0 commit comments