We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b9c7f commit 086681dCopy full SHA for 086681d
.github/codecov.yml
@@ -5,6 +5,9 @@ coverage:
5
target: 90%
6
threshold: 2%
7
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
11
Apex:
12
13
flags:
0 commit comments