coveralls

This commit is contained in:
Éloi Rivard 2020-08-19 09:24:07 +02:00
parent eab7891751
commit 43e230750a
2 changed files with 7 additions and 1 deletions

4
.coveralls.yml Normal file
View file

@ -0,0 +1,4 @@
---
repo_token: x4ZFJTt1lUonRGI1AJBF8eNlj8Wvs5Kmb
service_name: gitlab-ci
parallel: true

View file

@ -31,4 +31,6 @@ python38:
coverage:
image: python:3.8
stage: test
script: tox -e coverage
script:
- tox -e coverage
- coveralls