From 97097da7fb7804dbf09467d8e9c622c300c20238 Mon Sep 17 00:00:00 2001 From: Vassilis Papanastasiou Date: Thu, 18 Apr 2024 16:31:50 +0100 Subject: [PATCH] Update setup_matlab.yml Try to connect with Codecov updating setup_matlab.yml --- .github/workflows/setup_matlab.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/setup_matlab.yml b/.github/workflows/setup_matlab.yml index 00c11b0..d35e75a 100644 --- a/.github/workflows/setup_matlab.yml +++ b/.github/workflows/setup_matlab.yml @@ -18,3 +18,8 @@ jobs: - uses: codecov/codecov-action@v4 with: file: coverage.xml + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: matlab-deep-learning/llms-with-matlab