James Ennis pushed to branch jennis/update_CI at BuildGrid / buildgrid
Commits:
-
cef42fc6
by James Ennis at 2018-07-27T16:02:41Z
1 changed file:
Changes:
... | ... | @@ -44,7 +44,7 @@ coverage: |
44 | 44 |
stage: post
|
45 | 45 |
coverage: '/TOTAL +\d+ +\d+ +(\d+\.\d+)%/'
|
46 | 46 |
script:
|
47 |
- - pip3 install coverage == 4.4.0
|
|
47 |
+ - pip3 install coverage==4.4.0
|
|
48 | 48 |
- mkdir report
|
49 | 49 |
- cd report
|
50 | 50 |
- cp ../coverage/coverage.* .
|