Skip to content

Commit 34bf79f

Browse files
chore(deps): update codecov/codecov-action action to v4 (#87)
* chore(deps): update codecov/codecov-action action to v4 * Send token to codecov action * config yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nicolas Vuillamy <nicolas.vuillamy@gmail.com>
1 parent 2602438 commit 34bf79f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/linters/.yamllint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ rules:
1818
max: 500
1919
comments:
2020
min-spaces-from-content: 1 # Used to follow prettier standard: https://github.com/prettier/prettier/pull/10926
21+
truthy: disable

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
- name: Build coverage report
7272
run: ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov
7373
- name: Upload coverage to Codecov
74-
uses: codecov/codecov-action@v3
74+
uses: codecov/codecov-action@v4
7575
with:
7676
fail_ci_if_error: true
7777
file: coverage.lcov
7878
flags: unittests
79+
token: ${{ secrets.CODECOV_TOKEN }} # required
7980
verbose: true
80-
dry_run: true

0 commit comments

Comments
 (0)