test-runner-3.1.0
danglotb
released this
20 Oct 10:07
·
31 commits
to master
since this release
New features
- Add new compiled listeners classes.
- Expand the usage of fully qualified method names for all the API. (PR: #102)
- Multi class execution with same named methods for CoveredTestResultsPerTestMethod API. (PR: #100)
- Add JUnit4 compatible checker to TestFramework. (PR: #99)
- Online instrumentation mode. (PR: #117)
- CoveredTestResultPerTestMethod API. (PR: #95)
Continuous Integration
- Enable code coverage with jacoco and coveralls. (PR: #94)
- Remove copy of maven settings.
- First setup of mvn deploy with github action. (PR: #93)
- Enable github action. (PR: #92)
- Replace
coveralls
withcodecov
. (PR: #118)
Performance
- Only add non-zero coverage to coverage matrix. (PR: #120)
- Replace normal file usage with memory-mapped file. (PR: #116)
- Optimize passing tests computation. (PR: #114)
- Cache CtMethod's TestFramework. (PR: #113)
- Parallelize coverage analysis in CoveredTestResultPerTestMethod. (PR: #112)
- Less memory exaustive coverage transformer. (PR: #110)
Unknown
- Bump snapshot version after release.
- Multiple class dirs support for coverage APIs. (PR: #104)
- Bump
org.jacoco.core
to0.8.7
. (PR: #106)
Authors
Name | Nb Commit |
---|---|
André Silva | 14 |
Benjamin DANGLOT | 4 |
danglotb | 1 |
Martin Monperrus | 1 |