Skip to content

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
Kijken of de code coverage nu weer normaal is. Door een vorige wijziging ging het naar 0 wat zeer apart is.
  • Loading branch information
vincentfree committed Feb 21, 2016
1 parent 6205c36 commit 7da4b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test:
- find . -type f -regex ".*/target/cucumber/.*cucumber" -exec cp {} $CIRCLE_TEST_REPORTS/cucumber/ \;
- mkdir -p $CIRCLE_TEST_REPORTS/webreport/
- cp -r ./target/cukes/ $CIRCLE_TEST_REPORTS/webreport/
- mvn clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report -DskipTests
- mvn clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report #-DskipTests
- mkdir -p $CIRCLE_TEST_REPORTS/unit_test/report/
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
Expand Down

0 comments on commit 7da4b03

Please sign in to comment.