forked from Github-Mirrors/canaille
coveralls
This commit is contained in:
parent
eab7891751
commit
43e230750a
2 changed files with 7 additions and 1 deletions
4
.coveralls.yml
Normal file
4
.coveralls.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
repo_token: x4ZFJTt1lUonRGI1AJBF8eNlj8Wvs5Kmb
|
||||
service_name: gitlab-ci
|
||||
parallel: true
|
|
@ -31,4 +31,6 @@ python38:
|
|||
coverage:
|
||||
image: python:3.8
|
||||
stage: test
|
||||
script: tox -e coverage
|
||||
script:
|
||||
- tox -e coverage
|
||||
- coveralls
|
||||
|
|
Loading…
Reference in a new issue