Skip to content

Commit

Permalink
Merge 2cda2cd into 026ea93
Browse files Browse the repository at this point in the history
  • Loading branch information
mattss committed May 20, 2015
2 parents 026ea93 + 2cda2cd commit c0db0df
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
repo_token: RJUsbYBN2ik3BVY9On6eVT8MlwAEYKi73
1 change: 0 additions & 1 deletion bootstrap_jenkins.sh
Expand Up @@ -15,4 +15,3 @@ virtualenv --relocatable .
virtualenv --relocatable .
bundle install --path vendor/bundle --binstubs
./bin/develop up -f || exit 1

7 changes: 7 additions & 0 deletions jenkins.cfg
Expand Up @@ -4,6 +4,7 @@ extends =

parts +=
jenkins-test
coveralls

[jenkins-test]
recipe = collective.recipe.template
Expand Down Expand Up @@ -35,6 +36,8 @@ input = inline:
# ".coverage" file that the coverage report created.
bin/coverage xml -i -o ${buildout:directory}/parts/test/coverage.xml
echo "Test coverage report finished."
bin/coveralls
echo "Test coverage sent to coveralls"
deactivate

output = ${buildout:directory}/bin/jenkins-test
Expand All @@ -43,3 +46,7 @@ mode = 755
[coverage]
recipe = zc.recipe.egg
eggs = coverage

[coveralls]
recipe = zc.recipe.egg
eggs = coveralls
2 changes: 2 additions & 0 deletions soft-versions.cfg
Expand Up @@ -23,6 +23,8 @@ collective.recipe.sphinxbuilder = 0.8.2
collective.workspace = 1.1
collective.xmltestreport = 1.3.2
collective.z3cform.chosen = 1.2.1
coverage = 3.7.1
coveralls = 0.5
createcoverage = 1.3.2
demjson = 2.2.2
fake-factory = 0.5.0
Expand Down

0 comments on commit c0db0df

Please sign in to comment.