Skip to content

Commit

Permalink
CI: Update Codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 10, 2023
1 parent b9b8690 commit f88f104
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -23,10 +23,10 @@ jobs:
python-version: "3.11"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
if: ${{ ! contains(matrix.os, 'windows') }}
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -58,8 +58,7 @@ jobs:
coverage run --source=sentinelsat -m pytest -v
- name: Upload coverage to Codecov
if: ${{ contains(matrix.os, 'ubuntu') }}
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit f88f104

Please sign in to comment.