Releases: cqse/teamscale-jacoco-agent
Releases · cqse/teamscale-jacoco-agent
v15.4.0
v15.3.0
- [feature] Added
coverage-via-http
option for testwise mode - [feature] Added
teamscale-revision
option to supply VCS revision instead of branch and timestamp - [feature] Added
/revision
HTTP endpoint for testwise mode - [feature] Updated JaCoCo to 0.8.5
- [fix] Significantly reduced memory footprint
- [fix]
--run-all-tests
doesn't run any tests at all - [fix] test-wise coverage report incorrect for classes in default package
v15.2.0
- [fix] WildFly won't start with agent attached
- [feature] make out parameter optional with sensible fallback (subdirectory coverage in agent installation directory)
- [feature] if no teamscale-commit, teamscale-git-properties-jar or teamscale-commit-manifest-jar is configured, all loaded Jar/War/Ear/... files that contain profiled code are checked for a git.properties file. This allows auto-detecting a git.properties file without any additional configuration.
v15.1.1
v15.1.0
v15.0.0
- [feature] support for git.properties to supply commit information
- [breaking change] Agent now ignores SSL certificates by default and only turns on validation if
validate-ssl=true
is passed in the agent arguments. Existing setups will continue to work but
validation will be disabled from this version on - [fix] Agent uses higher timeouts (20s) for all HTTP connections to account for slow networks
v14.0.0
- [fix] Reduced memory requirements for generating testwise coverage.
- [breaking change] When using the convert tool in
--testwise-coverage
mode the new--split-after 5000
option will break up testwise coverage files automatically after the specified number of tests written. This ensures that generated reports are small enough to be uploaded to Teamscale. Default is5000
. The given output file will now be appended suffixed-1
,-2
etc.. If the specified output file is namedtestwise_coverage.json
the actually written file will be calledtestwise_coverage-1.json
for the first 5000 tests. For uploading multiple files use an upload session.
v13.0.1
v13.0.0
- [feature] added
dump-on-exit
option - [breaking change] added
mode
option (Must be set for Testwise Coverage mode.http-server-port
ortest-env
alone is no longer sufficient) - [feature] The agent now optionally accepts test execution results via /test/end
- [feature] Support for Java 12