Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump codecov/codecov-action from 4 to 5 #6193

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: deno task cov:gen

- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
25 changes: 16 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
.DS_Store
.idea
.vim
**/cov/
crypto/_wasm/target
deno.lock
cli/testdata/unicode_width_crate/target
html_cov/
cov.lcov
http/testdata/%25A.txt
http/testdata/file#2.txt
http/testdata/test file.txt
coverage/
docs/

# rust build output
crypto/_wasm/target
cli/testdata/unicode_width_crate/target

# coverage
coverage/
cov.lcov
codecov
codecov.SHA256SUM
codecov.SHA256SUM.sig

# misc files
.DS_Store
.idea
.vim