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 acdcefe commit 97097daCopy full SHA for 97097da
.github/workflows/setup_matlab.yml
@@ -18,3 +18,8 @@ jobs:
18
- uses: codecov/codecov-action@v4
19
with:
20
file: coverage.xml
21
+ - name: Upload coverage reports to Codecov
22
+ uses: codecov/codecov-action@v4.0.1
23
+ with:
24
+ token: ${{ secrets.CODECOV_TOKEN }}
25
+ slug: matlab-deep-learning/llms-with-matlab
0 commit comments