Skip to content

Commit bec194f

Browse files
committed
Add coverage
1 parent 50b1280 commit bec194f

File tree

5 files changed

+609
-7
lines changed

5 files changed

+609
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Test
2121
run: npm test
2222

23+
- name: Coverage
24+
run: npm run coverage
25+
2326
- name: Typecheck
2427
run: npm run typecheck
2528

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Coverage check
13+
- CI summary support
14+
1015
## [0.0.1] - 2025-05-06
1116

1217
### Added
@@ -15,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1520
- New APIs; `celebrate`, `debug`, `fail`, `log`, `spinner`, `success`, `warn`
1621
- Ability to set a configuration
1722

18-
[unreleased]: https://github.com/simmo/jinju/compare/0.0.1...HEAD
1923
[@simmo]: https://github.com/simmo
20-
24+
[unreleased]: https://github.com/simmo/jinju/compare/0.0.1...HEAD
2125
[0.0.1]: https://github.com/simmo/jinju/compare/0.0.1-beta.16...0.0.1

0 commit comments

Comments
 (0)