Skip to content

Commit 504440d

Browse files
Improving Upload coverage
1 parent 301523e commit 504440d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,11 @@ jobs:
7878
lcov --remove coverage.info '/usr/*' '*/test/*' '*/build-native/_deps/*' --output-file coverage.info
7979
lcov --list coverage.info
8080
81-
- name: Upload coverage to Codecov
81+
- name: Upload coverage reports to Codecov
8282
if: runner.os == 'Linux' && matrix.os == 'ubuntu-latest'
83-
uses: codecov/codecov-action@v4
83+
uses: codecov/codecov-action@v5
8484
with:
8585
files: ./build-native/coverage.info
8686
flags: unittests
87-
name: codecov-umbrella
8887
token: ${{ secrets.CODECOV_TOKEN }}
8988
fail_ci_if_error: false

0 commit comments

Comments
 (0)