We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad6e59 commit 4608689Copy full SHA for 4608689
.github/workflows/test.yml
@@ -50,7 +50,8 @@ jobs:
50
with:
51
directories: src,lib/ControlSystemsBase/src,lib/ControlSystemsBase/ext
52
if: ${{ matrix.version == '1' }}
53
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
54
55
56
file: lcov.info
57
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments