Skip to content

Commit

Permalink
ci: Enable upload to Codecov.io in CircleCI J8 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaix committed Oct 22, 2020
1 parent 6d694fd commit af1fd89
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gbsteps: &gbsteps
path: build/target/reports


version: 2
version: 2.1

jobs:
buildJ8:
Expand All @@ -46,6 +46,10 @@ workflows:
version: 2
build:
jobs:
- "buildJ8"
- "buildJ8":
post-steps:
- run:
name: Upload coverage to Codecov
command: bash <(curl -s https://codecov.io/bash)
- "buildJ9"
- "buildJ11"

0 comments on commit af1fd89

Please sign in to comment.