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 6b147ff commit c5ce311Copy full SHA for c5ce311
.github/workflows/ci.yml
@@ -20,8 +20,6 @@ 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:
codecov.yaml
@@ -0,0 +1,3 @@
1
+coverage:
2
+ ignore:
3
+ - "llms-with-matlab/tests"
0 commit comments