Skip to content

Commit

Permalink
robot-framwork: Add report-coverage-to-coveralls dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Dec 29, 2014
1 parent 78f8911 commit 1b23986
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/robot-framework/kcov-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -595,3 +595,7 @@ merge-changed-file
Should Contain ${output} 1
${output}= Run ${xml_lookup} ${out}/kcov-merged/cobertura.xml file_c 10
Should Contain ${output} 0

report-to-coveralls
Run rm -rf ${out}
${rc}= Run and return RC ${kcov} --coveralls-id=%{TRAVIS_JOB_ID} --include-pattern=kcov /tmp/kcov-kcov ${kcov}

0 comments on commit 1b23986

Please sign in to comment.