Skip to content

Commit

Permalink
fix: Codecov fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle authored May 1, 2024
1 parent b5daef8 commit 10510e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
- name: Run Tests
run: mix coveralls.json
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 10510e7

Please sign in to comment.