Skip to content

Commit

Permalink
Poke coverals.
Browse files Browse the repository at this point in the history
  • Loading branch information
crertel committed Jun 15, 2021
1 parent faeba41 commit ccc86df
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 @@ -56,7 +56,7 @@ jobs: # basic units of work in a run
name: Post test coverage
command: |
export T_COMMIT_MESSAGE="`git log --pretty=format:%s -1`"
MIX_ENV=dev mix coveralls.post --branch "$CIRCLE_BRANCH" --sha "$CIRCLE_SHA1" --message "$T_COMMIT_MESSAGE"
mix coveralls.circle
- run:
name: Post documentation coverage
command: |
Expand Down

0 comments on commit ccc86df

Please sign in to comment.