From 7c2c903692e9a9bd8c27bda3ec8a7826ad1d962c Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Thu, 7 Jul 2022 08:33:48 -0500 Subject: [PATCH] Switching circleci to run verify instead of test; temp bumping required ratio to 99, to see a failure --- .circleci/config.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ef02745..fe4c371c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,7 @@ jobs: executor: java17 steps: - run_maven: - maven_subcommand: test + maven_subcommand: verify - slack/notify: event: fail diff --git a/pom.xml b/pom.xml index aa639590..f130d5fd 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ true true true - 0.80 + 0.99