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 3d20dac commit 42f776bCopy full SHA for 42f776b
.github/workflows/coverage.yml
@@ -3,7 +3,9 @@ name: Test coverage
3
4
on:
5
push:
6
- branches: [main]
+ branches:
7
+ - main
8
+ - dependabot/gradle/info.solidsoft.gradle.pitest-gradle-pitest-plugin-*
9
10
jobs:
11
test:
@@ -48,6 +50,7 @@ jobs:
48
50
# This creates a file that defines a [Shields.io endpoint badge](https://shields.io/endpoint)
49
51
# which we can then include in the project README.
52
uses: ./.github/actions/pit-results-badge
53
+ if: github.ref_name == 'main'
54
with:
55
output-file: build/gh-pages/coverage-badge.json
56
@@ -69,6 +72,7 @@ jobs:
69
72
prev-mutations-file: prev-mutations.xml
70
73
71
74
- name: Push to GitHub Pages
75
76
run: |
77
git config user.name github-actions
78
git config user.email [email protected]
0 commit comments