Skip to content

Commit

Permalink
Merge pull request #149 from codecov/codecov-action-v4
Browse files Browse the repository at this point in the history
chore(ci): upgrade to codecov v4
  • Loading branch information
thomasrockhu-codecov authored Sep 14, 2023
2 parents aa5922b + 0f3caab commit a29f757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand All @@ -15,6 +15,6 @@ jobs:
- name: Run tests and collect coverage
run: pytest --cov app
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.0-beta.2
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a29f757

Please sign in to comment.