Skip to content

Commit 4ac1e30

Browse files
committed
docs: update changelog
1 parent f66e411 commit 4ac1e30

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Added
66
- Better code coverage HTML report
7+
- Auto-discover coverage paths from test file names when `BASHUNIT_COVERAGE_PATHS` is not set
8+
- `tests/unit/assert_test.sh` automatically tracks `src/assert.sh`
9+
- Removes need for manual `--coverage-paths` configuration in most cases
10+
11+
### Fixed
12+
- Coverage now excludes control flow keywords (`then`, `else`, `fi`, `do`, `done`, `esac`, `;;`, case patterns) from line tracking
713

814
## [0.31.0](https://github.com/TypedDevs/bashunit/compare/0.30.0...0.31.0) - 2025-12-19
915

0 commit comments

Comments
 (0)