Skip to content

Commit 5884c7b

Browse files
committed
Re-enable jacoco during ci
1 parent dd1da26 commit 5884c7b

File tree

3 files changed

+163
-176
lines changed

3 files changed

+163
-176
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ We love getting PRs, but we hate asking people for the same basic changes every
77
- [ ] Push your changes to a branch other than `master`. Create your PR from that branch.
88
- [ ] Add JavaDocs and other comments
99
- [ ] Write tests that run and pass in CI. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to capture snapshot data.
10-
- [ ] Run `mvn -P ci install site ` locally. This may reformat your code, commit those changes. If this command doesn't succeed, your change will not pass CI.
10+
- [ ] Run `mvn -P ci install site` locally. This may reformat your code, commit those changes. If this command doesn't succeed, your change will not pass CI.

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
java-version: ${{ matrix.java }}
1919
- name: Maven Download all dependencies
20-
run: mvn -B org.apache.maven.plugins:maven-dependency-plugin:3.1.1:go-offline
20+
run: mvn -B org.apache.maven.plugins:maven-dependency-plugin:3.1.1:go-offline -P ci
2121
- name: Maven Build
2222
run: mvn -B install site -P ci --file pom.xml

0 commit comments

Comments
 (0)