File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 62
62
if : matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
63
63
# no coverage on windows as long as MOcov does not support it
64
64
# see https://github.com/MOcov/MOcov/issues/28
65
- uses : codecov/codecov-action@v3
65
+ uses : codecov/codecov-action@v4
66
66
with :
67
67
file : coverage.xml # optional
68
68
flags : ${{ matrix.os }}_matlab-${{ matrix.version }}
69
69
name : codecov-umbrella # optional
70
70
fail_ci_if_error : true # optional (default = false)
71
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 26
26
cover_xml_file : coverage.xml
27
27
28
28
- name : Code coverage
29
- uses : codecov/codecov-action@v3
29
+ uses : codecov/codecov-action@v4
30
30
with :
31
31
token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
32
32
file : coverage.xml # optional
You can’t perform that action at this time.
0 commit comments