We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4743d commit beef289Copy full SHA for beef289
.circleci/config.yml
@@ -92,7 +92,9 @@ jobs:
92
command: |
93
set -e
94
yarn test --runInBand --reporters=default --reporters=jest-junit
95
- yarn codecov --disable=gcov -f ./coverage/coverage-final.json
+ if [ "${CIRCLE_BRANCH}" != "master" ] && [ "${CIRCLE_BRANCH}" != "production" ]; then
96
+ yarn codecov --disable=gcov -f ./coverage/coverage-final.json
97
+ fi
98
- run:
99
name: Integration tests
100
environment:
0 commit comments