From 524e4c2b16c1f97ee1a6fe4e51a8a91831e09e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Sanz=20G=C3=B3miz?= <100594859+asanzgom@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:18:44 -0500 Subject: [PATCH] update codecov-actions version and add codecov config file to repo (#1489) --- .github/workflows/unit-tests.yaml | 2 +- codecov.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 codecov.yml diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 15d58f02b64..fc89f9cf4f3 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -23,6 +23,6 @@ jobs: run: make unit-test - name: Upload results to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000000..d0cabb8f7d6 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +codecov: + branch: main # set new Default branch