From 719dc5ded1f991e61c83d6ba2d1db0811e65ed7f Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 20 Mar 2023 04:01:20 +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 fd7965c..83f5f64 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,6 +47,6 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - files: /home/runner/work/python3-anticaptcha/python3-anticaptcha/src/coverage/coverage.xml + files: /home/runner/work/python3-anticaptcha/python3-anticaptcha/coverage/coverage.xml fail_ci_if_error: true verbose: true