Skip to content

Commit

Permalink
ci: Use codecov orb
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Feb 25, 2022
1 parent e4c1283 commit ae6e7c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
codecov: codecov/codecov@3.2.2

commands:
go_get:
steps:
Expand Down Expand Up @@ -32,7 +35,8 @@ jobs:
- run: hack/run-test.sh
- store_test_results:
path: junit.xml
- run: bash <(curl -s https://codecov.io/bash)
- codecov/upload:
file: coverprofile.out

workflows:
version: 2
Expand Down

0 comments on commit ae6e7c9

Please sign in to comment.