Closed lampajr closed 8 months ago
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
π’ | Statements | 91.13% (+0.31% πΌ) |
421/462 |
π’ | Branches | 84.69% (+0.51% πΌ) |
166/196 |
π’ | Functions | 89.83% (+1.6% πΌ) |
106/118 |
π’ | Lines | 91.11% (+0.36% πΌ) |
410/450 |
168 tests passing in 16 suites.
Report generated by π§ͺjest coverage report action from c57329144140b767a4ad5fc3ebc77795028658b0
Thank you for submitting this pull request
Fixes the following Warning:
Description
Upgrade the GHA node version to
20
.How Has This Been Tested?
CI workflows now run on three different node versions:
16
,18
and20
.Checklist
Merge criteria:
First time here?
This project follows [git conventional commits](https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13) pattern, therefore the commits should have the following format: ```How to prepare for a new release?
There is no need to manually update `package.json` version and `CHANGELOG.md` information. This process has been automated in [Prepare Release](./workflows/prepare-release.yml) *Github* workflow. Therefore whenever enough changes are merged into the `main` branch, one of the maintainers will trigger this workflow that will automatically update `version` and `changelog` based on the commits on the git tree. More details can be found in [package release](https://github.com/kiegroup/git-backporting/blob/main/README.md#package-release) section of the README.