Skip to content

Commit

Permalink
Removing Jacoco from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Suszynski authored and cardil committed Dec 27, 2018
1 parent 0cbe341 commit 2fa5dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ references:
environment:
# Customize the JVM maximum heap limit
MAVEN_OPTS: -Xmx2048m
JACOCO: true
JACOCO: false

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/pl/wavesoftware/eid/EidIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class EidIT {
.around(JavaAgentSkip.ifActive());

@Test
public void doBenckmarking() throws Exception {
public void benchmark() throws Exception {
Options opt = new OptionsBuilder()
.include(this.getClass().getName() + ".*")
.mode(Mode.Throughput)
Expand Down

0 comments on commit 2fa5dc1

Please sign in to comment.