diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-10-17 11:16:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-17 11:16:33 +0100 |
| commit | f07a248e1e58a76eac5069d8c07bdf81e981587d (patch) | |
| tree | 3e33d113103509b0c16966dee0af5d296e7f70a3 | |
| parent | 47cec1cd84def9d64f9251a403bb2305273efc9a (diff) | |
| parent | 74d49437b851a3d5b13c590ea429eebf5e1328a5 (diff) | |
| download | python-setuptools-git-f07a248e1e58a76eac5069d8c07bdf81e981587d.tar.gz | |
Update codecov GHA to v3 (#3637)
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b4669ac..8892a6cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,7 +64,7 @@ jobs: run: pipx run coverage xml --ignore-errors - name: Publish coverage if: hashFiles('coverage.xml') != '' # Rudimentary `file.exists()` - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: flags: >- # Mark which lines are covered by which envs ${{ runner.os }}, |
