Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
{
"check-coverage": true,
- "lines": 93,
- "statements": 93,
+ "lines": 94,
+ "statements": 94,
"functions": 95,
"branches": 93
}
run: pnpm test
- name: Coverage Report
- if: ${{ github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
+ if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
run: pnpm coverage
- name: Check for SonarCloud Token Availability
## [Unreleased]
+### Added
+
+- Publish on GitHub packages registry on release
+
+### Changed
+
+- Switch from rome to biome: [PR #1128](https://github.com/poolifier/poolifier/pull/1128)
+
## [2.6.42] - 2023-09-06
### Changed