Skip to content

Commit

Permalink
Merge pull request #6 from jclem/jclem-patch-1
Browse files Browse the repository at this point in the history
Post coverage to coveralls
  • Loading branch information
jclem authored Dec 18, 2018
2 parents 4cab689 + fd87794 commit fc8eb67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ action "mix deps.get" {

action "mix test" {
uses = "jclem/actions/mix@master"
args = "coveralls.post --trace -n \"github-actions\" -b \"$GITHUB_REF\" -s \"$GITHUB_SHA\" -c \"$GITHUB_ACTOR\""
needs = ["mix deps.get"]
args = "test --trace"
env = {
MIX_ENV = "test"
}
secrets = ["COVERALLS_REPO_TOKEN"]
}

action "mix format" {
Expand Down

0 comments on commit fc8eb67

Please sign in to comment.