From bb148fdf08f5fe78354f25a321f53abe3f15c289 Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Sun, 27 Nov 2016 17:21:54 -0500 Subject: [PATCH 1/4] updating travis with coverage results --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e152000..134f009 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ os: osx language: java +sudo: false # faster builds + before_install: - brew update - brew install geckodriver - brew cask install firefox + after_success: - - bash <(curl -s https://codecov.io/bash) - - mvn clean cobertura:cobertura coveralls:report + - mvn cobertura:cobertura coveralls:report + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file From e192e7f478ba9b8191f63b3a038a444fae5c335b Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Sun, 27 Nov 2016 17:29:26 -0500 Subject: [PATCH 2/4] updating travis with coverage results --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 134f009..4c475c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ before_install: - brew install geckodriver - brew cask install firefox +script: "mvn cobertura:cobertura" + after_success: - mvn cobertura:cobertura coveralls:report - bash <(curl -s https://codecov.io/bash) \ No newline at end of file From 9d14e9064aec1d4b4a4543484cafc23cfc95ea9c Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Sun, 27 Nov 2016 17:41:27 -0500 Subject: [PATCH 3/4] adding in source encoding --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index d3d888b..ce34845 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,9 @@ org.eluder.coveralls coveralls-maven-plugin 4.3.0 + + UTF8 + org.codehaus.mojo @@ -46,6 +49,7 @@ xml + 256m From e02f83c9d904afab187d8e713edd385c71df3081 Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Sun, 27 Nov 2016 17:49:48 -0500 Subject: [PATCH 4/4] forcing codecov to run on all branches --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index fbd5fca..787a503 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,6 @@ codecov: - branch: master - bot: null + notify: + require_ci_to_pass: yes coverage: precision: 2