Skip to content

Commit

Permalink
fix: disable code coverage until theres a better solution (#2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
firestack authored Sep 26, 2024
1 parent daf6795 commit 8d46a21
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,6 @@ jobs:
POSTGRES_PASSWORD: ${{env.DATABASE_PASSWORD}}
POSTGRES_HOSTNAME: ${{env.DATABASE_HOST}}
GUARDIAN_SECRET_KEY: ${{env.GUARDIAN_SECRET_KEY}}
- 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@v4
with:
name: elixir-lcov
path: cover/
- uses: mbta/actions/dialyzer@v1

build_typescript:
Expand Down

0 comments on commit 8d46a21

Please sign in to comment.