diff --git a/.circleci/config.yml b/.circleci/config.yml index 2291551..b6e29d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,7 +127,7 @@ jobs: command: | cat /dev/null | sbt clean coverage test coverageReport bash <(curl -s https://codecov.io/bash) - bash <(curl -Ls https://coverage.codacy.com/get.sh) report + # bash <(curl -Ls https://coverage.codacy.com/get.sh) report - store_artifacts: path: target/test-reports diff --git a/README.md b/README.md index d7d1569..722be82 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.6.0.svg)](https://www.scala-js.org) [![p2m2](https://circleci.com/gh/p2m2/facade-scalajs-N3.js.svg?style=shield)](https://app.circleci.com/pipelines/github/p2m2) [![codecov](https://codecov.io/gh/p2m2/facade-scalajs-N3.js/branch/develop/graph/badge.svg)](https://codecov.io/gh/p2m2/facade-scalajs-N3.js) -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a2b58895113e4be38aa6dc38bdb3b1ec)](https://app.codacy.com/gh/p2m2/facade-scalajs-N3.js?utm_source=github.com&utm_medium=referral&utm_content=p2m2/facade-scalajs-N3.js&utm_campaign=Badge_Grade_Settings) Scala.js Facade of the [N3.js library](https://github.com/rdfjs/N3.js) diff --git a/build.sbt b/build.sbt index f11a8dd..1bfd689 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val root = project.in(file(".")). "com.lihaoyi" %%% "utest" % "0.7.11" % "test" ) , testFrameworks += new TestFramework("utest.runner.Framework"), - coverageMinimumStmtTotal := 86, + coverageMinimumStmtTotal := 20, coverageFailOnMinimum := false, coverageHighlighting := true )