Skip to content

Commit

Permalink
Merge pull request #117 from dwyl/codecov_update
Browse files Browse the repository at this point in the history
[PR] Codecov fix
  • Loading branch information
nelsonic committed May 2, 2024
2 parents b5daef8 + 10510e7 commit 8e09ca2
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 8e09ca2

Please sign in to comment.