Skip to content

Commit

Permalink
Add github meta data to mix coveralls.post
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Dec 18, 2018
1 parent 515d795 commit 4178158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ action "mix deps.get" {

action "mix test" {
uses = "jclem/actions/mix@master"
args = "coveralls.post --trace"
args = "coveralls.post --trace --name \"github-actions\" --branch \"$GITHUB_REF\" --sha \"$GITHUB_SHA\" --committer \"$GITHUB_ACTOR\""
needs = ["mix deps.get"]
env = {
MIX_ENV = "test"
Expand Down

0 comments on commit 4178158

Please sign in to comment.