Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Do not compute code coverage for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fbiville committed Dec 29, 2017
1 parent 087a553 commit 04cfaf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions liquigraph-examples/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<properties>
<encoding>UTF-8</encoding>
<java.version>1.8</java.version>
<jacoco.skip>true</jacoco.skip>
<coveralls.skip>true</coveralls.skip>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 04cfaf6

Please sign in to comment.