Merge pull request #1448 from arc53/dependabot/github_actions/codecov/codecov-action-5

This commit is contained in:
Alex
2024-11-28 19:13:42 +00:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ jobs:
python -m pytest --cov=application --cov-report=xml
- name: Upload coverage reports to Codecov
if: github.event_name == 'pull_request' && matrix.python-version == '3.11'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}