Skip to content

Commit 48cd978

Browse files
committed
Do not skip code coverage on releases
1 parent 4c8c0b1 commit 48cd978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: linux
2020
script: npm run check-coverage
2121
# If CI fails, codecov does not post a bot comment on PR, so we skip it
22-
if: type != pull_request && branch == master
22+
if: type != pull_request && (branch == master || tag is not blank)
2323
# Deployment must happen after tests for the whole matrix have been
2424
# performed, so we use `jobs.include` with a different `stage`
2525
- stage: Deploy

0 commit comments

Comments
 (0)