Skip to content

Commit

Permalink
change test command to match coverage feedback plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer committed Jul 8, 2024
1 parent 9f1563b commit b4550ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Static Analysis for Types
run: mix dialyzer
- name: Run Tests and Coverage Report
run: mix coveralls.lcov
run: mix test --cover
- name: Tests & Coverage
uses: josecfreittas/elixir-coverage-feedback-action@v1
with:
Expand Down

0 comments on commit b4550ab

Please sign in to comment.