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.
2 parents 7c55a32 + 4608689 commit 905271cCopy full SHA for 905271c
.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