Skip to content

Commit

Permalink
Try collecting coverage again
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Mar 11, 2020
1 parent 7d96bdc commit c329c6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ blocks:
- name: PIP_CACHE_DIR
value: .pip_cache
- name: CODACY_USERNAME
value: fiaas-svc
value: fiaas
- name: CODACY_PROJECT_NAME
value: fiaas/logging
value: logging
prologue:
commands:
- export PATH="${HOME}/.local/bin":"${PATH}"
Expand All @@ -45,10 +45,10 @@ blocks:
matrix:
- env_var: TOXENV
values: ["py27", "py36", "py37", "py38"]
# - name: Gather coverage data
# commands:
# - tox -e coverage
# - bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r ./build/reports/coverage.xml
- name: Gather coverage data
commands:
- tox -e coverage
- bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r ./build/reports/coverage.xml
epilogue:
commands:
- cache store "setup-${SEMAPHORE_GIT_BRANCH}-$(checksum setup.py)" "${PIP_CACHE_DIR}"
Expand Down

0 comments on commit c329c6c

Please sign in to comment.