Skip to content

Commit

Permalink
Update run_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Feb 22, 2024
1 parent 2204be8 commit 7ccde59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
all_but_latest: true
access_token: ${{ github.token }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0 # tags are required for versioneer to determine the version

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON }}

Expand All @@ -63,7 +63,7 @@ jobs:
python -m coverage report -m
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: unit
files: coverage.xml
Expand Down

0 comments on commit 7ccde59

Please sign in to comment.