Skip to content

Commit

Permalink
generate coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer committed Jul 8, 2024
1 parent 6a99ddf commit 2ca227d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
- name: Static Analysis for Types
run: mix dialyzer
- name: Run Tests and Coverage Report
run: mix test --cover
- name: Tests & Coverage
run: mix test --cover --export-coverage default && mix test.coverage
- name: Generate Coverage Feedback
uses: josecfreittas/elixir-coverage-feedback-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2ca227d

Please sign in to comment.