Skip to content

Commit

Permalink
Move to official codecov orb. (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Simmer authored Feb 23, 2021
1 parent 4e9d967 commit 1cd24ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codecov: circleci/codecov[email protected]
codecov: codecov/codecov@1.1.3
shellcheck: circleci/[email protected]
slack: circleci/[email protected]
windows: circleci/[email protected]
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
path: ./coverage.txt
destination: coverage.txt
- codecov/upload:
path: coverage.txt
file: coverage.txt
- slack-notify-on-failure

docs:
Expand Down

0 comments on commit 1cd24ae

Please sign in to comment.