File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ blocks:
28
28
- name : PIP_CACHE_DIR
29
29
value : .pip_cache
30
30
- name : CODACY_USERNAME
31
- value : fiaas-svc
31
+ value : fiaas
32
32
- name : CODACY_PROJECT_NAME
33
- value : fiaas/ logging
33
+ value : logging
34
34
prologue :
35
35
commands :
36
36
- export PATH="${HOME}/.local/bin":"${PATH}"
@@ -45,10 +45,10 @@ blocks:
45
45
matrix :
46
46
- env_var : TOXENV
47
47
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
52
52
epilogue :
53
53
commands :
54
54
- cache store "setup-${SEMAPHORE_GIT_BRANCH}-$(checksum setup.py)" "${PIP_CACHE_DIR}"
You can’t perform that action at this time.
0 commit comments