Attempt to integrate codecov

This commit is contained in:
Luke Murphy 2021-01-26 23:16:50 +01:00
parent a200d18dbb
commit 8a72b486ac
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 9 additions and 0 deletions

View File

@ -31,3 +31,12 @@ pipeline:
commands:
- pip install tox
- tox -e ${TOXENV}
kind: pipeline
name: code coverage
steps:
- name: coverage
image: plugins/codecov
settings:
token:
from_secret: codecov_token