Skip to content

Commit

Permalink
Use new project api token for codacy coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tg90nor committed Dec 8, 2021
1 parent 1490b0c commit c32e174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
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 c32e174

Please sign in to comment.