Skip to content

Commit

Permalink
Replaced Codecov orb.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 19, 2024
1 parent bf59a86 commit 694f63f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
version: 2.1

orbs:
codecov: codecov/[email protected]

jobs:
build:
docker:
Expand Down Expand Up @@ -37,9 +34,9 @@ jobs:
kcov --include-pattern=.sh,.bash --bash-parse-files-in-dir=. --exclude-pattern=vendor,node_modules,coverage $(pwd)/coverage tests/bats/node_modules/.bin/bats tests/bats
- store_artifacts:
path: coverage
- codecov/upload:
# @see https://github.com/codecov/codecov-circleci-orb/issues/158
xtra_args: "--nonZero -s coverage"
- run:
name: Upload code coverage reports to Codecov
command: if [ -f coverage ]; then codecov -Z -s coverage; fi
- run:
name: Deploy image
command: |
Expand Down

0 comments on commit 694f63f

Please sign in to comment.