Skip to content

Commit

Permalink
[CI][NO-REF] - fixing pushing report to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanaulla committed Mar 23, 2018
1 parent c203eb2 commit 4e02fd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
command: "sbt universeTest"
- run:
name: Codecov uploader
command: "bash <(curl -s --data-binary codecov.yml https://codecov.io/bash)"
command: "bash <(curl -s https://codecov.io/bash)"
workflows:
version: 2
test:
Expand Down
File renamed without changes.

0 comments on commit 4e02fd9

Please sign in to comment.