Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 57e30f2

Browse files
committed
Merge remote-tracking branch 'origin/relative-git-paths' into add-coverage
2 parents 1496f41 + 4234788 commit 57e30f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ install: build
77
python setup.py develop
88

99
test: 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

1214
coverage:
1315
rm coverage.xml || true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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">

0 commit comments

Comments
 (0)