-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! fix: building of Manage SDK (workaround)
- Loading branch information
1 parent
cdac1d1
commit ee466f2
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,6 +152,12 @@ jobs: | |
- name: Test and Generate coverage report | ||
run: .github/workflows/utils.sh generate_core_sdk_coverage_report | ||
|
||
- name: Upload Core Coverage | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: core-coverage | ||
path: build/test/coverage | ||
|
||
- name: Display coverage report | ||
uses: irongut/[email protected] | ||
with: | ||
|
@@ -226,6 +232,12 @@ jobs: | |
- name: Test and Generate coverage report | ||
run: .github/workflows/utils.sh generate_manage_sdk_coverage_report | ||
|
||
- name: Upload Manage Coverage | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: manage-coverage | ||
path: build/test/coverage | ||
|
||
- name: Display coverage report | ||
uses: irongut/[email protected] | ||
with: | ||
|
@@ -299,6 +311,12 @@ jobs: | |
- name: Test and Generate coverage report | ||
run: .github/workflows/utils.sh generate_discovery_sdk_coverage_report | ||
|
||
- name: Upload Discovery Coverage | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: discovery-coverage | ||
path: build/test/coverage | ||
|
||
- name: Display coverage report | ||
uses: irongut/[email protected] | ||
with: | ||
|