Skip to content

Commit

Permalink
Cr/fixed codecov ver (#552)
Browse files Browse the repository at this point in the history
* use codecov orb instead of bash uploader

* use orb version

* original version

* add codecov script

* use codecov script rather than url download
  • Loading branch information
crupley committed Apr 22, 2021
1 parent 44a5dce commit 90a0f29
Show file tree
Hide file tree
Showing 2 changed files with 1,885 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
path: ~/junit/
- run:
name: Report scoverage resuts to Codecov
command: bash <(curl -s https://codecov.io/bash)
command: bash codecov.sh

workflows:
version: 2
Expand Down

0 comments on commit 90a0f29

Please sign in to comment.