Skip to content

Commit c329c6c

Browse files
committed
Try collecting coverage again
1 parent 7d96bdc commit c329c6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.semaphore/semaphore.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ blocks:
2828
- name: PIP_CACHE_DIR
2929
value: .pip_cache
3030
- name: CODACY_USERNAME
31-
value: fiaas-svc
31+
value: fiaas
3232
- name: CODACY_PROJECT_NAME
33-
value: fiaas/logging
33+
value: logging
3434
prologue:
3535
commands:
3636
- export PATH="${HOME}/.local/bin":"${PATH}"
@@ -45,10 +45,10 @@ blocks:
4545
matrix:
4646
- env_var: TOXENV
4747
values: ["py27", "py36", "py37", "py38"]
48-
# - name: Gather coverage data
49-
# commands:
50-
# - tox -e coverage
51-
# - bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r ./build/reports/coverage.xml
48+
- name: Gather coverage data
49+
commands:
50+
- tox -e coverage
51+
- bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r ./build/reports/coverage.xml
5252
epilogue:
5353
commands:
5454
- cache store "setup-${SEMAPHORE_GIT_BRANCH}-$(checksum setup.py)" "${PIP_CACHE_DIR}"

0 commit comments

Comments
 (0)