diff --git a/.circleci/config.yml b/.circleci/config.yml index 2dd60d4e78..729904fd83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,5 +31,4 @@ jobs: - run: yarn lint - run: yarn run test - post: - - bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN \ No newline at end of file + - run: bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN \ No newline at end of file diff --git a/codecov.yaml b/codecov.yaml index 35b384e8bd..90517d3ef9 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -12,7 +12,7 @@ coverage: default: off comment: - layout: "header, reach, diff, flags, files, footer" + layout: "diff, files" behavior: default require_changes: no require_base: no