v0.11.1 (2023-3-24)
- [NEW] Release Windows binary and update envy dependency version #511
v0.11.0 (2023-3-3)
- [NEW] Add support for .NET Dotcover XML report #508
v0.10.4 (2022-8-9)
- [FIX] Updates Golang crypto dependency version #497
v0.10.3 (2022-2-16)
- [FIX] Plasticize simplecov's formatter so it adapts to different reports structures #488
v0.10.2 (2021-12-7)
- [NEW] Add support for Github Actions #481
- [FIX] Stop assigning coverage information to blank lines when using gocov #480
v0.10.1 (2021-08-10)
- [NEW] Add support for Semaphore 2.0 #473
v0.10.0 (2021-03-01)
- [NEW] Add support for Golang coverage generated using
-coverpkg
flag #461
v0.9.0 (2020-12-15)
- [NEW] Add support for Simplecov
0.20.0
#441 - [NEW] Add support for the llvm.coverage.json.export format. This is the format generated by the Swift Package Manager. #439
v0.8.0 (2019-07-31)
v0.7.0 (2019-07-31)
- [NEW] Add support to xccov JSON report (Swift/Xcode 11) #399
v0.6.4 (2019-01-22)
- [NEW] Updates release strategy to build a new Linux binary that uses
netcgo
#382
v0.6.3 (2018-09-04)
- [NEW] Updates release strategy to build a new Linux binary that uses
netcgo
#355
v0.6.2 (2018-07-31)
- [NEW] Add support for multiple JaCoCo source paths [#348][]
v0.6.1 (2018-07-30)
- [FIX] Support clover
path
attribute on file nodes in XML report #349
v0.6.0 (2018-05-21)
- [FIX] Update
Gcov
formatter to report the correct source file paths #338
v0.5.2 (2018-05-15)
- [FIX] Update
Cobertura
formatter to ignore invalid line numbers in acobertura.xml
file #335
v0.5.1 (2018-03-19)
- [FIX] Fix bug with formatting JaCoCo test coverage #318
v0.5.0 (2018-02-26)
- [NEW] Add flag to upload coverage insecurely #310
v0.4.5 (2018-02-19)
- [FIX] Add partial automated support for Heroku CI builds #305
v0.4.4 (2018-02-15)
- [FIX] Add support for Codeship CI environment variables #300
v0.4.3 (2018-01-18)
- [FIX] Fix logging to not include extraneous newline, correct spelling #288
v0.4.2 (2018-01-09)
- [FIX] Improved performance of the Cobertura, Gcov, and Jacoco formatters #285
v0.4.1 (2018-01-08)
- [FIX] Improved performance of the LCOV formatter #270
v0.4.0 (2017-12-19)
- [NEW] Add support for
excoveralls
json report (Elixir) #278
v0.3.4 (2017-12-13)
- [FIX]
sum-coverage
command when merging source files with different coverage length but same blob ID #272
v0.3.3 (2017-12-05)
- [FIX] Treat 409 report upload status as warning and exit 0 #268
v0.3.2 (2017-10-30)
- [FIX] Update
coverage.py
formatter to parse<source>
tags and correctly create source file paths. #247
v0.3.1 (2017-10-02)
- [FIX] "format-coverage" "--add-prefix" option when is an empty string
v0.3.0 (2017-10-02)
- [NEW] "format-coverage" now supports a new option "--add-prefix" for prefixing a path to all file paths
- [FIX] JaCoCo formatter now properly takes into account package when creating file paths
- [FIX] "format-coverage" "--prefix" option now accepts paths with or without trailing slash
v0.2.2 (2017-09-06)
- [FIX] Fix build task to statically compile binaries #221
v0.2.1 (2017-09-05)
- [FIX] Update
Cobertura
formatter to parse<source>
tags and correctly source file paths. #218
v0.2.0 (2017-08-24)
- [NEW] Add support for DroneCI by @teohm #215
- [FIX] Fix Clover formatter #213
- [FIX] Raise an error when report is empty #214
v0.1.14 (2017-08-02)
- [NEW] Add support for
SSL_CERT_FILE
env var onafter-build
/upload-coverage
commands - [FIX] Update
Cobertura
formatter to correctly parse coverage information when file contains inner classes.
v0.1.13 (2017-07-14)
- [FIX] Update
Cobertura
formatter to correctly parse coverage information from acobertura.xml
file that has lines not sorted by number or when lines with the same number are present more than one time.
v0.1.12 (2017-07-14)
- [FIX]
format-coverage
/after-build
--debug
outputscodeclimate.json
content
v0.1.11 (2017-07-06)
- [NEW] Add
JaCoCo
support - [FIX]
upload-coverage
outputs message when successful
v0.1.10 (2017-06-08)
- [NEW] Add support on
format-coverage
for Travis ENV vars to infer correctly git commit sha and git branch name - [FIX]
format-coverage
when--input-type
is specified without a file path
v0.1.9 (2017-06-06)
- [NEW] Add
SwiftCov
support - [NEW] Add
Cobertura
support - [FIX]
sum-coverage
output tostdout
v0.1.8 (2017-05-21)
- [NEW]
sum-coverage
when merging source file coverage it preserves nulls
v0.1.7 (2017-05-20)
- [FIX] Raise an error when invalid format-coverage path usage
- [FIX] Avoid accessing the git repository for sum-coverage
- [FIX] Avoid accessing the git repository for upload-coverage
- [FIX] Improve performance of sum-coverage
v0.1.6 (2017-05-18)
- [FIX]
format-coverage
when COVERAGE_FILE arg is not present
v0.1.5 (2017-05-17)
- [NEW] Add coverage file path argument to
format-coverage
- [NEW] Add debug logs to Git commands
v0.1.4 (2017-05-08)
- [NEW] Add
Gocov
support - [NEW] Add
Clover XML
support - [NEW] Add coverage strength for tools that don't calculate it.
- [FIX] Ensure "blank" lines on source file's coverage
v0.1.3 (2017-05-03)
- [NEW] Add
--parts
(-p
) flag tosum-coverage
- [NEW] Add support to repositories without
.git
access - [NEW] Add
after-build
command - [NEW] Add support for
coverage.py
v0.1.2 (2017-04-24)
- [NEW] Add
before-build
command - [NEW] Add
--prefix
(-p
) flag toformat-coverage
v0.1.1 (2017-04-18)
- [NEW] Add
--input-type
(-t
) flag toformat-coverage
- [NEW] Add
--debug
(-d
) flag - [NEW] Add
lcov
support - [FIX] Source file
blob_id
alpha (2017-03-22)
- [NEW] Add
format-coverage
command - [NEW] Add
sum-coverage
command - [NEW] Add
upload-coverage
command - [NEW] Add
simplecov
support