Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspoignant committed Apr 8, 2024
1 parent ae8427a commit 431919e
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 @@ -63,7 +63,7 @@ jobs:
check-latest: true
- run: make coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down Expand Up @@ -189,4 +189,4 @@ jobs:
- name: Pytest
if: steps.changed-files-specific.outputs.any_changed == 'true'
working-directory: ./openfeature/providers/python-provider
run: poetry run pytest
run: poetry run pytest

0 comments on commit 431919e

Please sign in to comment.