From 5df9776e7d4d976668a15417d1f5650310630cd5 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 14 Dec 2022 12:34:01 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87d22e7..0e8e45c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,6 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - files: coverage.xml + files: /home/runner/work/python3-anticaptcha/coverage.xml fail_ci_if_error: true verbose: true