- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 89 for coverageOs (0.07 sec)
-
.teamcity/src/test/kotlin/BuildTypeTest.kt
"-PtestJavaVersion=25", "-PtestJavaVendor=openjdk", "-Dscan.tag.FunctionalTest", "-Dscan.value.coverageOs=windows", "-Dscan.value.coverageArch=amd64", "-Dscan.value.coverageJvmVendor=openjdk", "-Dscan.value.coverageJvmVersion=java25", "-PflakyTests=exclude",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 5.7K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
buildScanTags: List<String>, os: Os, arch: Arch, testJvmVersion: String, testJvmVendor: String, ): String { val buildScanValues = mapOf( "coverageOs" to os.name.lowercase(), "coverageArch" to arch.name.lowercase(), "coverageJvmVendor" to testJvmVendor, "coverageJvmVersion" to "java$testJvmVersion", ) return (
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 15.6K bytes - Viewed (0) -
scripts/coverage.sh
#!/usr/bin/env bash set -e set -x coverage combine coverage report
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Oct 08 09:03:21 UTC 2025 - 83 bytes - Viewed (0) -
.teamcity/performance-tests-ci.json
"per_day" : [ "linux" ] } }, { "testProject" : "mediumCppMulti", "coverage" : { "per_day" : [ "linux" ] } }, { "testProject" : "mediumCppMultiWithMacroIncludes", "coverage" : { "per_day" : [ "linux" ] } }, { "testProject" : "mediumNative", "coverage" : { "per_day" : [ "linux" ] }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 25 10:54:09 UTC 2025 - 32.8K bytes - Viewed (0) -
.gitignore
.idea .ipynb_checkpoints .mypy_cache .vscode __pycache__ .pytest_cache htmlcov dist site .coverage* coverage.xml .netlify test.db log.txt Pipfile.lock env3.* env docs_build site_build venv docs.zip archive.zip # vim temporary files *~ .*.sw? .cache # macOS .DS_Store # Ignore while the setup still depends on requirements.txt files uv.lock
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Dec 18 13:24:09 UTC 2025 - 354 bytes - Viewed (0) -
.github/workflows/test.yml
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 08:53:59 UTC 2025 - 4.4K bytes - Viewed (0) -
.github/workflows/smokeshow.yml
- uses: actions/download-artifact@v6 with: name: coverage-html path: htmlcov github-token: ${{ secrets.GITHUB_TOKEN }} run-id: ${{ github.event.workflow_run.id }} # Try 5 times to upload coverage to smokeshow - name: Upload coverage to Smokeshow run: | for i in 1 2 3 4 5; do if smokeshow upload htmlcov; thenRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 17:36:42 UTC 2025 - 1.6K bytes - Viewed (0) -
docs/sts/.gitignore
*.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Translations *.mo *.pot # Django stuff: *.log local_settings.py db.sqlite3 # Flask stuff:
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Jul 15 11:55:55 UTC 2020 - 1.2K bytes - Viewed (0) -
CLAUDE.md
- **Package Structure**: `org.codelibs.curl.*` - **Build Tool**: Maven 3.x - **Test Coverage**: JaCoCo plugin enabled ## Code Style - Uses external Eclipse formatter configuration from CodeLibs - Apache License 2.0 headers on all source files (updated to 2025) - Comprehensive Javadoc documentation required - Code coverage reporting with JaCoCo ## Test Coverage The project includes comprehensive unit tests for all core components:
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Mon Nov 24 03:10:07 UTC 2025 - 3.2K bytes - Viewed (0) -
scripts/test.sh
#!/usr/bin/env bash set -e set -x export PYTHONPATH=./docs_src
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Jun 11 21:38:15 UTC 2023 - 99 bytes - Viewed (0)