Skip to content

Commit

Permalink
Merge pull request #105 from fiaas/fix-codacy-coverage
Browse files Browse the repository at this point in the history
Use new project api token for codacy coverage
  • Loading branch information
tg90nor authored Dec 8, 2021
2 parents 1490b0c + c32e174 commit aebbb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ blocks:
- name: Run tests
task:
secrets:
- name: publish-codacy-token
- name: codacy_api_token
env_vars:
- name: PIP_CACHE_DIR
value: .pip_cache
Expand All @@ -44,7 +44,7 @@ blocks:
values: ["py27", "py36", "py37", "py39"]
- name: Gather coverage data
commands:
- tox -e coverage
- CODACY_PROJECT_TOKEN=$CODACY_K8S_API_TOKEN tox -e coverage
epilogue:
commands:
- cache store "setup-${SEMAPHORE_GIT_BRANCH}-$(checksum setup.py)" "${PIP_CACHE_DIR}"
Expand Down

0 comments on commit aebbb86

Please sign in to comment.