Skip to content

Commit

Permalink
Fix the coveralls Mix task
Browse files Browse the repository at this point in the history
  • Loading branch information
amalbuquerque committed Sep 1, 2019
1 parent ed3db32 commit 5fd47e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/every_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.coveralls_repo_token }}
MIX_ENV: test
run: mix coveralls --post --branch "${GITHUB_REF}" --name "GH ${GITHUB_WORKFLOW}" --commiter "${GITHUB_ACTOR}" --sha "${GITHUB_SHA}"
run: mix coveralls.post --branch "${GITHUB_REF}" --name "GH ${GITHUB_WORKFLOW}" --committer "${GITHUB_ACTOR}" --sha "${GITHUB_SHA}"
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.coveralls_repo_token }}
MIX_ENV: test
run: mix coveralls --post --branch "${GITHUB_REF}" --name "GH ${GITHUB_WORKFLOW}" --commiter "${GITHUB_ACTOR}" --sha "${GITHUB_SHA}"
run: mix coveralls.post --branch "${GITHUB_REF}" --name "GH ${GITHUB_WORKFLOW}" --committer "${GITHUB_ACTOR}" --sha "${GITHUB_SHA}"

0 comments on commit 5fd47e6

Please sign in to comment.