Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vpapanasta authored Jun 5, 2024
1 parent 6ddf0f9 commit 6b147ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml
source-folder: .
ignore:
- "llms-with-matlab/tests"
- 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"
slug: matlab-deep-learning/llms-with-matlab

0 comments on commit 6b147ff

Please sign in to comment.