There was an error while loading. Please reload this page.
1 parent f5918dd commit c7a5306Copy full SHA for c7a5306
.github/workflows/build.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Run tests
24
run: bun run test:ci
25
- name: Upload coverage to Codecov
26
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
27
with:
28
verbose: true
0 commit comments