From 5b908b385a7298ec728d6124709ca08ed4b39dda Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Wed, 22 Mar 2023 21:48:03 +0100 Subject: [PATCH] Rename .de to .com #386 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3908a2e..1db9fdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,7 +87,8 @@ jobs: run: coverage combine coverage*/.coverage* - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} verbose: true fail_ci_if_error: true