Skip to content

Commit

Permalink
Set the code coverage test threshold to 80% overall, 5% diff (#361)
Browse files Browse the repository at this point in the history
* Set the code coverage test threshold to 80% overall, 5% diff

* Fix codecov.yml format
  • Loading branch information
xerial committed Jan 22, 2019
1 parent 0611aa2 commit 0519d4b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .codecov.yml
Expand Up @@ -2,9 +2,13 @@ codecov:
notify:
require_ci_to_pass: no

coverage:
status:
project:
default:
target: 80%
threshold: 5%

ignore:
- "**/*Macros.scala" # Scala Macros coverage cannot be evaluated
- "**/[\.]?js/src/**.scala" # Scala.js code



0 comments on commit 0519d4b

Please sign in to comment.