Skip to content

Commit

Permalink
Merge pull request #9 from p2m2/develop
Browse files Browse the repository at this point in the history
decrease coverage
  • Loading branch information
ofilangi committed Feb 4, 2022
2 parents 91bba5b + b1197e4 commit 25ecdd0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 25ecdd0

Please sign in to comment.