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 836a7b2 commit 6ddf0f9Copy full SHA for 6ddf0f9
.github/workflows/ci.yml
@@ -19,11 +19,11 @@ jobs:
19
with:
20
test-results-junit: test-results/results.xml
21
code-coverage-cobertura: code-coverage/coverage.xml
22
- ignore:
23
- - "matlab-deep-learning/llms-with-matlab/tests"
24
source-folder: .
25
- name: Upload coverage reports to Codecov
26
uses: codecov/codecov-action@v4
27
28
token: ${{ secrets.CODECOV_TOKEN }}
29
slug: matlab-deep-learning/llms-with-matlab
+ ignore:
+ - "matlab-deep-learning/llms-with-matlab/tests"
0 commit comments