Skip to content

Commit

Permalink
Merge pull request #82 from matlab-deep-learning/removeCodeCov
Browse files Browse the repository at this point in the history
Remove configuration for codecov
  • Loading branch information
vpapanasta authored Nov 4, 2024
2 parents 353d807 + 6eb862e commit 3dfac40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,4 @@ jobs:
SECOND_OLLAMA_ENDPOINT: 127.0.0.1:11435
uses: matlab-actions/run-tests@v2
with:
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml
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
source-folder: .
3 changes: 0 additions & 3 deletions codecov.yml

This file was deleted.

0 comments on commit 3dfac40

Please sign in to comment.