From 55c4fd72d69d765f0a237f5af3239cf50796d518 Mon Sep 17 00:00:00 2001 From: kynmh69 Date: Wed, 20 Mar 2024 15:20:55 +0900 Subject: [PATCH] feature add to get code coverage #17 create coverage action --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 9228694..33484fe 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -61,7 +61,7 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - test-api: + coverage-api: runs-on: ubuntu-latest services: postgres: