mirror of
https://github.com/jlengrand/baker.git
synced 2026-03-10 08:01:23 +00:00
- added buildstatus flag
- also adding codecov in the project
This commit is contained in:
5
.codecov.yml
Normal file
5
.codecov.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
threshold: 5%
|
||||
@@ -3,7 +3,6 @@ language: scala
|
||||
scala:
|
||||
- 2.11.8
|
||||
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.ivy2/cache
|
||||
@@ -12,5 +11,12 @@ cache:
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
|
||||
script:
|
||||
- sbt clean coverage test coverageReport
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
|
||||
notifications:
|
||||
email: true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[](https://maven-badges.herokuapp.com/maven-central/com.ing/baker_2.11)
|
||||
|
||||
[](https://travis-ci.org/ing-bank/baker)
|
||||
|
||||
# BAKER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user