From 485626e89ab5aa245b40a3aa374d4a93c3076913 Mon Sep 17 00:00:00 2001 From: Edward Emanuel Date: Thu, 4 Jan 2024 09:55:04 -0600 Subject: [PATCH] Update codecov.yaml --- .github/workflows/codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index e420c7d..ec2befe 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -1,4 +1,4 @@ -- name: Upload coverage reports to Codecov +name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}