Skip to content

Commit

Permalink
Update Codecov action to v4 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES authored Apr 11, 2024
1 parent c3ea9aa commit d0d508a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ on:
required: false
type: string

secrets:
CODECOV_TOKEN:
required: true

jobs:
# Separate job to pre-populate the base dependency cache
# This prevent upcoming jobs to do the same individually
Expand Down Expand Up @@ -213,4 +217,6 @@ jobs:
coverage report --fail-under=${{ inputs.MINIMUM_COVERAGE_PERCENTAGE }}
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d0d508a

Please sign in to comment.