Skip to content

Commit

Permalink
Ref: #117
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 2, 2024
1 parent 916bee4 commit b1be6dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ 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 b1be6dd

Please sign in to comment.