Skip to content

Commit

Permalink
Not so fast on using codecov-python, not working at all in amazon.aws.
Browse files Browse the repository at this point in the history
Stick with what works.
  • Loading branch information
jillr committed May 19, 2020
1 parent f4c89f3 commit 6d444a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils/shippable/shippable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ function cleanup
flags="${flags//=/,}"
flags="${flags//[^a-zA-Z0-9_,]/_}"

codecov \
bash <(curl -s https://codecov.io/bash) \
-f "${file}" \
-F "${flags}" \
-n "${test}" \
-t 8a86e979-f37b-4d5d-95a4-960c280d5eaa \
-X pycov \
-X coveragepy \
-X gcov \
-X fix \
-X search \
Expand Down

0 comments on commit 6d444a8

Please sign in to comment.