diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2022-10-20 02:44:28 +0200 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2022-10-20 03:35:07 +0200 |
| commit | 6bcd175ebe9e7e0fae939e76937b1026a8df531c (patch) | |
| tree | 8b590c53ac3dec854865e25d95b5497c750d8c78 /.github | |
| parent | 3ce7dc9b56e97564991e98a98e5685a458c98533 (diff) | |
| download | python-setuptools-git-6bcd175ebe9e7e0fae939e76937b1026a8df531c.tar.gz | |
Use an absolute path for codecov uploads
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e315381..30961fcb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -131,7 +131,8 @@ jobs: if: hashFiles('coverage.xml') != '' # Rudimentary `file.exists()` uses: codecov/codecov-action@v3 with: - files: coverage.xml + files: >- + ${{ github.workspace }}\coverage.xml flags: >- # Mark which lines are covered by which envs CI-GHA, ${{ github.job }}, |
