File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ blocks:
38
38
- mkdir "${PIP_CACHE_DIR}"
39
39
- cache restore "setup-${SEMAPHORE_GIT_BRANCH}-$(checksum setup.py)","setup-${SEMAPHORE_GIT_BRANCH}",setup-master
40
40
- pip install --user tox
41
- - bash <(curl -Ls https://coverage.codacy.com/get.sh) --help # Use --help to just download too and not run it
42
41
jobs :
43
42
- name : Tests
44
43
commands :
@@ -49,6 +48,7 @@ blocks:
49
48
- name : Gather coverage data
50
49
commands :
51
50
- tox -e coverage
51
+ - bash <(curl -Ls https://coverage.codacy.com/get.sh) -r ./build/reports/coverage.xml
52
52
epilogue :
53
53
commands :
54
54
- cache store "setup-${SEMAPHORE_GIT_BRANCH}-$(checksum setup.py)" "${PIP_CACHE_DIR}"
Original file line number Diff line number Diff line change @@ -27,6 +27,4 @@ passenv =
27
27
PIP_CACHE_DIR
28
28
CI
29
29
SEMAPHORE_*
30
- CODACY_*
31
30
commands =py.test --cov =fiaas_logging --cov-report html --cov-report term --cov-report xml
32
- .codacy-coverage/codacy-coverage-reporter -r ./build/reports/coverage.xml
You can’t perform that action at this time.
0 commit comments