Skip to content

Commit 730c344

Browse files
committed
Compute partial coverage on forks
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent b4f149a commit 730c344

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr_push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,15 @@ jobs:
5353
needs: [Build]
5454
uses: ./.github/workflows/reusable_multi_numa.yml
5555
Coverage:
56+
# total coverage (on upstream only)
57+
if: github.repository == 'oneapi-src/unified-memory-framework'
5658
needs: [Build, DevDax, GPU, MultiNuma, Qemu, ProxyLib]
5759
uses: ./.github/workflows/reusable_coverage.yml
60+
Coverage_partial:
61+
# partial coverage (on forks)
62+
if: github.repository != 'oneapi-src/unified-memory-framework'
63+
needs: [Build, Qemu, ProxyLib]
64+
uses: ./.github/workflows/reusable_coverage.yml
5865
CodeQL:
5966
needs: [Build]
6067
permissions:

0 commit comments

Comments
 (0)