We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99877be commit 58de147Copy full SHA for 58de147
.github/workflows/main.yml
@@ -63,7 +63,7 @@ jobs:
63
DATABASE_URL: postgres://ow4user:ow4password@localhost:5432/ow4db
64
run: uv run -- pytest --cov=apps --cov-report xml
65
66
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
0 commit comments