CI/CD fixes release: - Lint script now finds SDKs in clients/ directory structure - Perl lint gracefully skips when modules missing - Python examples exit 0 when API keys missing (CI-friendly) - validate-examples.sh race condition fixed
13 lines
509 B
XML
13 lines
509 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites>
|
|
<testsuite name="SDK Linting" tests="7" failures="0">
|
|
|
|
<testcase name="python-sync" classname="lint" />
|
|
<testcase name="python-async" classname="lint" />
|
|
<testcase name="javascript-sync" classname="lint" />
|
|
<testcase name="javascript-async" classname="lint" />
|
|
<testcase name="perl-sync" classname="lint" />
|
|
<testcase name="bash-sync" classname="lint" />
|
|
<testcase name="c-cli" classname="lint" />
|
|
</testsuite>
|
|
</testsuites>
|