Skip to content

Commit 03c72ff

Browse files
committed
Another attempt
1 parent 1e74c35 commit 03c72ff

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.semaphore/semaphore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ blocks:
3838
- mkdir "${PIP_CACHE_DIR}"
3939
- cache restore "setup-${SEMAPHORE_GIT_BRANCH}-$(checksum setup.py)","setup-${SEMAPHORE_GIT_BRANCH}",setup-master
4040
- 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
4241
jobs:
4342
- name: Tests
4443
commands:
@@ -49,6 +48,7 @@ blocks:
4948
- name: Gather coverage data
5049
commands:
5150
- tox -e coverage
51+
- bash <(curl -Ls https://coverage.codacy.com/get.sh) -r ./build/reports/coverage.xml
5252
epilogue:
5353
commands:
5454
- cache store "setup-${SEMAPHORE_GIT_BRANCH}-$(checksum setup.py)" "${PIP_CACHE_DIR}"

tox.ini

-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ passenv =
2727
PIP_CACHE_DIR
2828
CI
2929
SEMAPHORE_*
30-
CODACY_*
3130
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

0 commit comments

Comments
 (0)