Skip to content

Commit befb37e

Browse files
authored
Use codecov-action@v4 (#49)
* Use codecov-action@v4 * Add codecov token
1 parent 3862f88 commit befb37e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
run: |
3737
catmux_create_session -d catmux/resources/example_session.yaml
3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v3
39+
uses: codecov/codecov-action@v4
4040
with:
4141
file: ./coverage.xml
4242
flags: unittests
4343
name: codecov-umbrella
4444
fail_ci_if_error: true
45+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)