File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ python: "3.7.5"
3
3
os : linux
4
4
dist : xenial
5
5
6
+ env :
7
+ global :
8
+ - CC_TEST_REPORTER_ID=5eac50baf92d803ae86223c6f1d06612a690606c5f9b53c805312630a1a9c89f
9
+
6
10
# To override installing requirements always
7
11
install : pip --version
8
12
@@ -14,6 +18,9 @@ before_install:
14
18
- mkdir shared
15
19
- sudo chmod -R a+rwx shared
16
20
- docker build . -t pyghost:v1.0
21
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
22
+ - chmod +x ./cc-test-reporter
23
+ - ./cc-test-reporter before-build
17
24
18
25
jobs :
19
26
include :
22
29
23
30
after_success :
24
31
- curl -s https://codecov.io/bash | bash
32
+ - ./cc-test-reporter after-build -t clover -p shared --exit-code $TRAVIS_TEST_RESULT
25
33
26
34
# notifications:
27
35
# email: agi.uqbar@gmail.com
Original file line number Diff line number Diff line change 3
3
pygame
4
4
numpy
5
5
codecov
6
+ coverage
6
7
pytest-cov
You can’t perform that action at this time.
0 commit comments