mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:37:31 +00:00
chore: combine test coverage for core tests
This commit is contained in:
4
.github/workflows/core-coverage.yml
vendored
4
.github/workflows/core-coverage.yml
vendored
@@ -27,10 +27,10 @@ jobs:
|
||||
path: tmp/coverage/integration
|
||||
name: integration-coverage
|
||||
- name: merge coverages
|
||||
if: ${{ unit_test_report == 'true' && integration_test_report == 'true' }}
|
||||
if: ${{ inputs.unit_test_report == 'true' && inputs.integration_test_report == 'true' }}
|
||||
run: make core_coverage_reports
|
||||
- name: publish coverage
|
||||
if: ${{ unit_test_report == 'true' && integration_test_report == 'true' }}
|
||||
if: ${{ inputs.unit_test_report == 'true' && inputs.integration_test_report == 'true' }}
|
||||
uses: codecov/codecov-action@v5.4.0
|
||||
with:
|
||||
file: full-profile.cov
|
||||
|
Reference in New Issue
Block a user