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

Commit 76ba257

Browse files
committed
Fix tests
1 parent 57e30f2 commit 76ba257

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ test: pep8 pyflakes
1313

1414
coverage:
1515
rm coverage.xml || true
16+
sed 's?\$$1?'`pwd`'?' tests/filepath/cobertura.xml.tpl > tests/filepath/cobertura.xml
1617
coverage run --source src/codacy/ setup.py test
18+
rm tests/filepath/cobertura.xml || true
1719
coverage xml
1820
python-codacy-coverage -r coverage.xml
1921

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies:
66
post:
77
- sudo pip install pep8 --upgrade
88
- sudo pip install pyflakes
9+
- sudo pip install coverage
910

1011
test:
1112
override:

0 commit comments

Comments
 (0)