This repository was archived by the owner on Feb 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ install: build
77 python setup.py develop
88
99test : pep8 pyflakes
10+ sed ' s?\$$1?' ` pwd` ' ?' tests/filepath/cobertura.xml.tpl > tests/filepath/cobertura.xml
1011 python setup.py test
12+ rm tests/filepath/cobertura.xml || true
1113
1214coverage :
13- rm coverage.xml
15+ rm coverage.xml || true
1416 coverage run --source src/codacy/ setup.py test
1517 coverage xml
1618 python-codacy-coverage -r coverage.xml
Original file line number Diff line number Diff line change 33 <!-- Generated by coverage.py: https://coverage.readthedocs.org -->
44 <!-- Based on https://raw.githubusercontent.com/cobertura/web/f0366e5e2cf18f111cbd61fc34ef720a6584ba02/htdocs/xml/coverage-03.dtd -->
55 <sources >
6- <source >/Users/rafaelcortes/Documents/qamine/python-codacy-coverage /src/codacy</source >
7- <source >/Users/rafaelcortes/Documents/qamine/python-codacycov /src/codacy</source >
6+ <source >$1 /src/codacy</source >
7+ <source >$1 /src/codacy</source >
88 </sources >
99 <packages >
1010 <package branch-rate =" 0" complexity =" 0" line-rate =" 0.5" name =" src.codacy" >
You can’t perform that action at this time.
0 commit comments