Skip to content

Commit

Permalink
Added test-check-publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray Watson committed Feb 4, 2021
1 parent a287b00 commit 79e81c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:
- run:
name: mvn deploy
command: mvn -Ptesting -DskipTests deploy
- run:
name: Test checks publishing to github
command: mvn -X test-check-publisher:publish
when: always
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.7.201606060606</version>
<version>0.8.6</version>
<executions>
<execution>
<goals>
Expand All @@ -315,6 +315,11 @@
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
<plugin>
<groupId>com.j256.testcheckpublisher</groupId>
<artifactId>test-check-publisher-maven-plugin</artifactId>
<version>0.8</version>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 79e81c1

Please sign in to comment.