Skip to content

Commit

Permalink
Merge pull request #43 from losisin/update-codecov-action
Browse files Browse the repository at this point in the history
update codecov action
  • Loading branch information
losisin authored Feb 27, 2024
2 parents 0469046 + 2a33c64 commit 46db2ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Run plugin
run: helm schema -help
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 46db2ce

Please sign in to comment.