Skip to content

Commit

Permalink
[test] Fix codecov failing on merge commits (mui#13654)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and oliviertassinari committed Nov 20, 2018
1 parent 60a3549 commit 0e7b22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
fi
- run:
name: Coverage
command: bash <(curl -s https://codecov.io/bash) -Z
command: bash <(curl -s https://codecov.io/bash) -Z -C $CIRCLE_SHA1
test_material-ui-x:
<<: *defaults
steps:
Expand Down

0 comments on commit 0e7b22b

Please sign in to comment.