Skip to content

Commit

Permalink
Merge pull request Intility#77 from Intility/7310dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/codecov/codecov-action-3

Bump codecov/codecov-action from 2 to 3
  • Loading branch information
JonasKs committed May 1, 2022
2 parents bcbc9a9 + 15a873d commit 1fb5c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Test with pytest
run: poetry run pytest --cov=fastapi_azure_auth tests/ --verbose --assert=plain --cov-report=xml
- name: Upload coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 1fb5c97

Please sign in to comment.