We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07db59a commit c0a03c6Copy full SHA for c0a03c6
.github/workflows/main.yml
@@ -36,6 +36,13 @@ jobs:
36
with:
37
generate-branches-badge: true
38
jacoco-csv-file: build/reports/jacoco/test/jacocoTestReport.csv
39
+
40
+ - name: Commit and push the badge (if it changed)
41
+ uses: EndBug/add-and-commit@v7
42
+ with:
43
+ default_author: github_actions
44
+ message: 'commit badge'
45
+ add: '*.svg'
46
47
- name: Upload Artifacts
48
uses: actions/upload-artifact@v2
0 commit comments