Skip to content

Commit

Permalink
Enable excoveralls integration with the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Hurtado committed Aug 18, 2021
1 parent 2f2e9d3 commit c0d08ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: mix test
- name: Run Credo
run: mix credo --strict
# - name: Run Excoveralls
# run: mix coveralls.github
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run Excoveralls
run: mix coveralls.github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c0d08ab

Please sign in to comment.