Skip to content

Commit

Permalink
Merge pull request #435 from cosmos/fabo/code-cov
Browse files Browse the repository at this point in the history
Fixing codecov upload
  • Loading branch information
jbibla authored Feb 2, 2018
2 parents 915b42b + 41e9155 commit e8d1eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ jobs:

- run: yarn lint
- run: yarn run test
post:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
- run: bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
2 changes: 1 addition & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8d1eb6

Please sign in to comment.