Skip to content

Commit 086681d

Browse files
committed
Updated codecov.yml to wait for both Apex & LWC test results to be uploaded before checking code coverage
1 parent 87b9c7f commit 086681d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ coverage:
55
target: 90%
66
threshold: 2%
77
if_ci_failed: success
8+
# The pipeline runs Apex and LWC tests as separate steps,
9+
# so we need to wait for both to be uploaded before checking code coverage.
10+
after_n_builds: 2
811
Apex:
912
target: 90%
1013
flags:

0 commit comments

Comments
 (0)