From b9704e518604007fde86a90799b4979beb3a6593 Mon Sep 17 00:00:00 2001 From: funky-eyes Date: Sun, 7 Apr 2024 20:55:09 +0800 Subject: [PATCH] test --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1cab36..4f86879 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,4 +48,7 @@ jobs: ./mvnw -T 4C clean test - name: "Codecov" if: matrix.java == '8' - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: funky-eyes/redispike-proxy \ No newline at end of file