From 8e2629671bef6648d896b66be7a768dbc4d10905 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 14 Dec 2022 12:21:38 +0300 Subject: [PATCH] Update test.yml --- .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 9c64d5a..da17276 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,7 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - files: ./coverage/coverage.xml + files: coverage/coverage.xml + root_dir: python3_anticaptcha/ fail_ci_if_error: true verbose: true