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