Skip to content

Commit

Permalink
chore(deps): Update codecov/codecov-action action to v5 (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mikuroさいな <[email protected]>
  • Loading branch information
renovate[bot] and MikuroXina authored Jan 21, 2025
1 parent da471e6 commit 31e40c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
deno task coverage
deno coverage --lcov --output=coverage/cov.lcov coverage/cov_profile/
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./coverage/cov.lcov
name: mini-fn
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ coverage
# nyc test coverage
.nyc_output

# codecov
codecov
codecov.*

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

Expand Down

0 comments on commit 31e40c9

Please sign in to comment.