1
0
Fork 0

artifact coverage db and xml

This commit is contained in:
ssube 2019-12-25 14:17:24 -06:00
parent 496b97473a
commit 313960d4fe
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
3 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,6 +3,8 @@
dist/
htmlcov/
coverage.xml
*.swp
*.pyc

View File

@ -16,6 +16,8 @@ build-python:
artifacts:
expire_in: 7 days
paths:
- .coverage
- coverage.xml
- htmlcov/
# commit status

View File

@ -55,7 +55,7 @@ upload-climate:
cc-test-reporter after-build --debug -r "$(shell echo "${CODECLIMATE_SECRET}" | base64 -d)"
upload-codecov:
codecov --token=$(shell echo "${CODECOV_SECRET}" | base64 -d)
codecov --disable=gcov --token=$(shell echo "${CODECOV_SECRET}" | base64 -d)
# from https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
help: ## print this help