ci: disable coverage report
This commit is contained in:
parent
0d7840f580
commit
66b77f24b5
21
.github/workflows/main.yml
vendored
21
.github/workflows/main.yml
vendored
|
|
@ -33,13 +33,14 @@ jobs:
|
||||||
- name: Update
|
- name: Update
|
||||||
if: ${{ !(github.ref == 'refs/heads/master' && github.event_name != 'pull_request') }}
|
if: ${{ !(github.ref == 'refs/heads/master' && github.event_name != 'pull_request') }}
|
||||||
run: coverage run -a ./update.py
|
run: coverage run -a ./update.py
|
||||||
- name: Report coverage
|
# FIXME
|
||||||
env:
|
#- name: Report coverage
|
||||||
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
|
# env:
|
||||||
run: |
|
# CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
|
||||||
coverage xml && coverage report
|
# run: |
|
||||||
if [[ -n "$CC_TEST_REPORTER_ID" ]]; then\
|
# coverage xml && coverage report
|
||||||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter &&\
|
# if [[ -n "$CC_TEST_REPORTER_ID" ]]; then\
|
||||||
chmod +x ./cc-test-reporter &&\
|
# curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter &&\
|
||||||
./cc-test-reporter after-build ;\
|
# chmod +x ./cc-test-reporter &&\
|
||||||
fi
|
# ./cc-test-reporter after-build ;\
|
||||||
|
# fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user