We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8510ff commit 13ac18eCopy full SHA for 13ac18e
1 file changed
README.md
@@ -18,7 +18,7 @@ PR with a summary of the coverage details.
18
19
```yaml
20
- name: check-pr-code-coverage
21
- image: docker.target.com/search/pull-request-code-coverage
+ image: docker.target.com/app/pull-request-code-coverage
22
pull: true
23
ruleset:
24
event: [pull_request]
@@ -41,7 +41,7 @@ PR with a summary of the coverage details.
41
check-pr-code-coverage:
42
when:
43
44
45
46
coverage_type: jacoco
47
coverage_file: some-sub-module/build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments