We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f366b commit 874e49eCopy full SHA for 874e49e
.github/workflows/reports.yml
@@ -17,6 +17,8 @@ name: Report tests results
17
on:
18
pull_request:
19
branches: [ "main" ]
20
+ push:
21
+ branches: [ "main" ]
22
23
jobs:
24
test:
@@ -43,6 +45,7 @@ jobs:
43
45
- name: Add coverage JaCoCo report to PR
44
46
id: jacoco
47
uses: madrapps/jacoco-report@v1.7.2
48
+ if: github.event_name == 'pull_request'
49
with:
50
paths: ${{ github.workspace }}/dumper/app/build/reports/jacoco/test/jacocoTestReport.xml
51
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments