Skip to content

Commit

Permalink
chore: remove PR test coverage reporting
Browse files Browse the repository at this point in the history
As discussed in the 8/2/24 sprint retro
  • Loading branch information
sloanelybutsurely committed Aug 2, 2024
1 parent 53bdd70 commit 1e52610
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 65 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,5 @@ jobs:
- name: Check formatting
run: mix format --check-formatted
- name: Run tests
run: mix test --cover
- name: Save PR information
run: |
echo "${{ github.event.pull_request.number }}" > cover/PR_NUMBER
echo "${{ github.event.pull_request.head.sha }}" > cover/PR_SHA
if: github.event.pull_request
- name: Upload coverage artifact
uses: actions/upload-artifact@v2
with:
name: elixir-lcov
path: cover/
run: mix test
- uses: mbta/actions/dialyzer@v1
54 changes: 0 additions & 54 deletions .github/workflows/report-coverage.yml

This file was deleted.

0 comments on commit 1e52610

Please sign in to comment.