mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:17:32 +00:00
chore: always run tests for coverage
This commit is contained in:
5
.github/workflows/core-coverage.yml
vendored
5
.github/workflows/core-coverage.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: tmp/coverage/unit
|
path: tmp/coverage/unit
|
||||||
@@ -33,6 +34,6 @@ jobs:
|
|||||||
if: ${{ inputs.unit_test_report == 'true' && inputs.integration_test_report == 'true' }}
|
if: ${{ inputs.unit_test_report == 'true' && inputs.integration_test_report == 'true' }}
|
||||||
uses: codecov/codecov-action@v5.4.0
|
uses: codecov/codecov-action@v5.4.0
|
||||||
with:
|
with:
|
||||||
file: full-profile.cov
|
files: full-profile.cov
|
||||||
name: core-integration-tests-postgres
|
name: core-tests-postgres
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
Reference in New Issue
Block a user