Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vpapanasta committed Jun 5, 2024
1 parent 836a7b2 commit 6ddf0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml
ignore:
- "matlab-deep-learning/llms-with-matlab/tests"
source-folder: .
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: matlab-deep-learning/llms-with-matlab
ignore:
- "matlab-deep-learning/llms-with-matlab/tests"

0 comments on commit 6ddf0f9

Please sign in to comment.