Skip to content

Commit c7b1591

Browse files
committed
Update shippable.yml
1 parent 719a88e commit c7b1591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shippable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ python:
33
language: python
44
before_script: mkdir -p shippable/codecoverage
55
script:
6-
- coverage run --branch master/sample.py
7-
- coverage xml -o shippable/codecoverage/coverage.xml master/sample.py
6+
- coverage run --branch python/sample.py
7+
- coverage xml -o shippable/codecoverage/coverage.xml python/sample.py

0 commit comments

Comments
 (0)