Skip to content

Commit 7783006

Browse files
committed
Try to fix coverage uploading
1 parent edba028 commit 7783006

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ script:
1515
- "(cd test && pytest --cov=pudb)"
1616

1717
after_success:
18-
- upload_coverage.sh
18+
- bash upload_coverage.sh
1919

2020
sudo: false

upload_coverage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ fi
77

88
echo "uploading coverage"
99

10-
eval "codecov --token=$COVERAGE"
10+
cd test
11+
eval "codecov --token=$COVERAGE"

0 commit comments

Comments
 (0)