Commit 7e8e866
Changjian Wang
Skip JaCoCo coverage check for auto-generated beta SDK
This SDK is auto-generated and only contains integration tests (Sample*Test.java)
that require real Azure credentials. In CI/CD environments without credentials,
all tests are skipped resulting in 0% coverage.
Since the tests can only run in credential-rich environments, JaCoCo coverage
checks are skipped. The library code will be properly tested when credentials
are available in appropriate test environments.1 parent 0d0a2d1 commit 7e8e866
File tree
1 file changed
+6
-20
lines changed- sdk/contentunderstanding/azure-ai-contentunderstanding
1 file changed
+6
-20
lines changedLines changed: 6 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
103 | 89 | | |
104 | 90 | | |
105 | 91 | | |
| |||
0 commit comments