From dafa6cae052a0f152936aa5fbb8479fcb835b271 Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Mon, 28 Nov 2016 08:00:51 -0500 Subject: [PATCH 01/23] forcing codecov to run on all branches --- pom.xml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index ce34845..8b288b0 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,6 @@ - org.apache.maven.plugins @@ -40,19 +39,24 @@ - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - html - xml - - - 256m - + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + + + prepare-agent + + + + report + test + + report + + + - \ No newline at end of file From bbc5492ca55374ef4420c491462e355c0f661f06 Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Mon, 28 Nov 2016 08:07:20 -0500 Subject: [PATCH 02/23] updating readme with travis ci badge and modifying travis config to generate jacoco reports --- .travis.yml | 4 +--- README.md | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c475c6..f609e37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ before_install: - brew install geckodriver - brew cask install firefox -script: "mvn cobertura:cobertura" - after_success: - - mvn cobertura:cobertura coveralls:report + - mvn clean package - bash <(curl -s https://codecov.io/bash) \ No newline at end of file diff --git a/README.md b/README.md index 3e433ba..ca6ecd8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ [![Dependency Status](https://www.versioneye.com/user/projects/583b58fd4ef164003ff45522/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/583b58fd4ef164003ff45522) +[![Build Status](https://travis-ci.org/lazycoderio/sample-java-jenkins.svg?branch=master)](https://travis-ci.org/lazycoderio/sample-java-jenkins) + This project is using the latest Selenium Bindings. ## Setup From 306f663bb63cb1bb4c773b3509759abffd194694 Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Mon, 28 Nov 2016 08:17:39 -0500 Subject: [PATCH 03/23] moving badges to the top --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index ca6ecd8..87d6db6 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,6 @@ +[![Join the chat at https://gitter.im/lazycoderio/sample-java-jenkins](https://badges.gitter.im/lazycoderio/sample-java-jenkins.svg)](https://gitter.im/lazycoderio/sample-java-jenkins?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Coverage Status](https://coveralls.io/repos/github/lazycoderio/sample-java-jenkins/badge.svg?branch=master)](https://coveralls.io/github/lazycoderio/sample-java-jenkins?branch=master)[![codecov](https://codecov.io/gh/lazycoderio/sample-java-jenkins/branch/master/graph/badge.svg)](https://codecov.io/gh/lazycoderio/sample-java-jenkins)[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2da21d82c84640028d90abf2de796022)](https://www.codacy.com/app/andrew-m-krug/sample-java-jenkins?utm_source=github.com&utm_medium=referral&utm_content=lazycoderio/sample-java-jenkins&utm_campaign=Badge_Grade)[![Code Climate](https://codeclimate.com/github/lazycoderio/sample-java-jenkins/badges/gpa.svg)](https://codeclimate.com/github/lazycoderio/sample-java-jenkins)[![Dependency Status](https://www.versioneye.com/user/projects/583b58fd4ef164003ff45522/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/583b58fd4ef164003ff45522)[![Build Status](https://travis-ci.org/lazycoderio/sample-java-jenkins.svg?branch=master)](https://travis-ci.org/lazycoderio/sample-java-jenkins) # Using this Project -[![Join the chat at https://gitter.im/lazycoderio/sample-java-jenkins](https://badges.gitter.im/lazycoderio/sample-java-jenkins.svg)](https://gitter.im/lazycoderio/sample-java-jenkins?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - -[![Coverage Status](https://coveralls.io/repos/github/lazycoderio/sample-java-jenkins/badge.svg?branch=master)](https://coveralls.io/github/lazycoderio/sample-java-jenkins?branch=master) - -[![codecov](https://codecov.io/gh/lazycoderio/sample-java-jenkins/branch/master/graph/badge.svg)](https://codecov.io/gh/lazycoderio/sample-java-jenkins) - -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2da21d82c84640028d90abf2de796022)](https://www.codacy.com/app/andrew-m-krug/sample-java-jenkins?utm_source=github.com&utm_medium=referral&utm_content=lazycoderio/sample-java-jenkins&utm_campaign=Badge_Grade) - -[![Code Climate](https://codeclimate.com/github/lazycoderio/sample-java-jenkins/badges/gpa.svg)](https://codeclimate.com/github/lazycoderio/sample-java-jenkins) - -[![Dependency Status](https://www.versioneye.com/user/projects/583b58fd4ef164003ff45522/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/583b58fd4ef164003ff45522) - -[![Build Status](https://travis-ci.org/lazycoderio/sample-java-jenkins.svg?branch=master)](https://travis-ci.org/lazycoderio/sample-java-jenkins) - This project is using the latest Selenium Bindings. ## Setup From af4238d714bebdcf7ec8f06f95e4fca9dcae283b Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Sat, 3 Dec 2016 15:24:35 -0500 Subject: [PATCH 04/23] changed project name added in sonar qube to travis for code checkin --- .gitignore | 14 +++++++++ .../Run_Nunit_SampleTest_.xml | 2 +- .travis.yml | 29 ++++++++++++++----- javajenkins.iml => basic-selenium-java.iml | 2 +- pom.xml | 2 +- sonar-project.properties | 15 ++++++++++ 6 files changed, 53 insertions(+), 11 deletions(-) rename javajenkins.iml => basic-selenium-java.iml (100%) create mode 100644 sonar-project.properties diff --git a/.gitignore b/.gitignore index 32858aa..aaa10c1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,17 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +### IntelliJ Idea +#.idea/ +*.iml +*.ipr +*.iws + +### Eclipse +.settings/ +.classpath +.project + +### Maven +target/ \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Nunit_SampleTest_.xml b/.idea/runConfigurations/Run_Nunit_SampleTest_.xml index 5262310..7d6edda 100644 --- a/.idea/runConfigurations/Run_Nunit_SampleTest_.xml +++ b/.idea/runConfigurations/Run_Nunit_SampleTest_.xml @@ -1,7 +1,7 @@ - +