We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4194f commit 482d8efCopy full SHA for 482d8ef
.github/workflows/test-build-publish.yaml
@@ -69,7 +69,7 @@ jobs:
69
run: pnpm test:ci
70
71
- name: Upload test converage
72
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
73
with:
74
files: ./libs/auth/coverage/lcov.info,./libs/ssh/coverage/lcov.info,./libs/libconfig/coverage/lcov.info,./libs/decimal/coverage/lcov.info,./libs/server/coverage/lcov.info,./apps/cli/coverage/lcov.info,./apps/auth/coverage/lcov.info,./apps/mis-server/coverage/lcov.info,./apps/portal-server/coverage/lcov.info,./apps/gateway/coverage/lcov.info,./apps/audit-server/coverage/lcov.info
75
0 commit comments