Releases: Thomas-Shephard/coverage-checker
Releases · Thomas-Shephard/coverage-checker
v0.6.5
What's Changed
- fix: GitHub action dockerfile .NET container version by @Thomas-Shephard in #115
- ci: always test packing .NET library by @Thomas-Shephard in #116
- fix: providing GitHub action dockerfile .NET version by @Thomas-Shephard in #117
- ci: remove outputting .NET version by @Thomas-Shephard in #118
- ci: remove explicit dependency restoration by @Thomas-Shephard in #119
- ci: remove id of test step by @Thomas-Shephard in #120
- ci: make step naming scheme consistent by @Thomas-Shephard in #121
- ci: prevent pack causing additional build by @Thomas-Shephard in #122
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- chore: Bump Thomas-Shephard/coverage-checker from 0.6.1 to 0.6.3 by @dependabot in #109
- build: add support for .NET 9 by @Thomas-Shephard in #110
- fix: coverage checker overriding directory build props file by @Thomas-Shephard in #111
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- docs: improve README files when displayed in external sources by @Thomas-Shephard in #107
- fix: GitHub action dockerfile failing to publish project by @Thomas-Shephard in #108
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Update dependabot commit messages by @Thomas-Shephard in #95
- Warn when no coverage files found by @Thomas-Shephard in #97
- chore: Bump Thomas-Shephard/coverage-checker from 0.6.0 to 0.6.1 by @dependabot in #96
- feat: allow matcher to be provided to coverage analyser by @Thomas-Shephard in #98
- chore: apply code formatting by @Thomas-Shephard in #99
- chore: rename parser base class by @Thomas-Shephard in #100
- chore: add editor config by @Thomas-Shephard in #101
- build: use directory build props files by @Thomas-Shephard in #103
- build: disable packing of GitHub action project by @Thomas-Shephard in #104
- ci: simplify publishing of NuGet packages by @Thomas-Shephard in #105
- docs: create individual README per project by @Thomas-Shephard in #106
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Allow dtd in coverage files but ignore it by @Thomas-Shephard in #88
- Bump Thomas-Shephard/coverage-checker from 0.5.1 to 0.6.0 by @dependabot in #89
- Restrict result object constructors visibility by @Thomas-Shephard in #90
- Restrict result object methods visibility by @Thomas-Shephard in #91
- Use list field in result object methods by @Thomas-Shephard in #92
- Add XML documentation comments to public API by @Thomas-Shephard in #93
- Use nullable bools for action options by @Thomas-Shephard in #94
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Bump Thomas-Shephard/coverage-checker from 0.4.0 to 0.5.1 by @dependabot in #82
- Use coverage format in GitHub action input by @Thomas-Shephard in #83
- Use parser factory for creating parsers by @Thomas-Shephard in #85
- Ensure coverage analyser glob patterns is not empty by @Thomas-Shephard in #86
- Fix CommandLine default glob patterns to match all xml files by @Thomas-Shephard in #87
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- Fix GitHub action Dockerfile by @Thomas-Shephard in #81
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Bump Thomas-Shephard/coverage-checker from 0.3.1 to 0.4.0 by @dependabot in #67
- Bump Moq from 4.20.71 to 4.20.72 by @dependabot in #68
- Fix line merging when branches not always available by @Thomas-Shephard in #69
- Update naming of projects used for testing by @Thomas-Shephard in #70
- Update exceptions and behaviour when no coverage files are found by @Thomas-Shephard in #71
- Fix empty while loop code smell by @Thomas-Shephard in #72
- Add SonarCloud analysis workflow by @Thomas-Shephard in #73
- Provide coverage results to SonarCloud by @Thomas-Shephard in #74
- Move GitHub action Dockerfile and fix SonarCloud issues by @Thomas-Shephard in #75
- Update BaseParser ParseCoverage methods for consistency by @Thomas-Shephard in #76
- Add new dotnet tool/CommandLine project by @Thomas-Shephard in #78
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Bump Thomas-Shephard/coverage-checker from 0.3.0 to 0.3.1 by @dependabot in #47
- Separate different types of tests by @Thomas-Shephard in #42
- Preserve exception trace during parsing of coverage files by @Thomas-Shephard in #48
- Bump NUnit.Analyzers from 3.9.0 to 4.2.0 by @dependabot in #49
- Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.10.0 by @dependabot in #50
- Bump NUnit from 3.14.0 to 4.1.0 by @dependabot in #51
- Bump coverlet.collector from 6.0.0 to 6.0.2 by @dependabot in #52
- Add checking of exception messages during tests by @Thomas-Shephard in #53
- Update glob pattern utility methods by @Thomas-Shephard in #54
- Add coverage analyser entry point by @Thomas-Shephard in #55
- Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 by @dependabot in #56
- Rename parse method by @Thomas-Shephard in #57
- Bump NUnit.Analyzers from 4.2.0 to 4.3.0 by @dependabot in #58
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 by @dependabot in #59
- Bump NUnit from 4.1.0 to 4.2.2 by @dependabot in #62
- Bump Moq from 4.20.70 to 4.20.71 by @dependabot in #63
- Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 by @dependabot in #64
- Improve testing of coverage files by @Thomas-Shephard in #66
- Use XmlReader instead of XDocument by @Thomas-Shephard in #65
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Bump Thomas-Shephard/coverage-checker from 0.2.2 to 0.3.0 by @dependabot in #40
- Update unit tests by @Thomas-Shephard in #39
- Update project structure by @Thomas-Shephard in #41
- Fix GitHub actions error vs warning output by @Thomas-Shephard in #44
- Merge conflicts in coverage results by @Thomas-Shephard in #43
- Fix GitHub deploy action by @Thomas-Shephard in #45
- Fix file locations in csproj by @Thomas-Shephard in #46
Full Changelog: v0.3.0...v0.3.1