From 64f1ec193426b9bf053387deeeaf519be4d9c782 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Wed, 11 Dec 2024 09:37:20 -0700 Subject: [PATCH] ci: update codecov GitHub action to 5.1.1 --- .github/workflows/unittests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index 7925333ff..68306f6c1 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -23,7 +23,7 @@ jobs: set -e sbt +clean coverage +test && sbt coverageReport coverageAggregate && (find $HOME/.sbt -name "*.lock" | xargs rm) && (find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm) - name: Code Coverage - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests # optional