Skip to content

Commit

Permalink
Update codecov in ci.yml ref: dwyl/phoenix-liveview-stopwatch#117
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic authored May 2, 2024
1 parent 63a6abb commit 2cafccb
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 @@ -42,4 +42,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MIX_ENV: test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2cafccb

Please sign in to comment.