Skip to content

Commit f9850ee

Browse files
fix(readme): update
1 parent e37c8e4 commit f9850ee

File tree

1 file changed

+31
-19
lines changed

1 file changed

+31
-19
lines changed

README.md

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,43 @@
1010
[![Renovate - Status][renovate-status-src]][renovate-status-href]
1111
[![License][license-src]][license-href]
1212

13+
[![Coverage Report][vitest-coverage-src]][vitest-coverage-href]
14+
1315
---
1416

1517
## ToDo
1618
- evaluation
17-
- [ ] BranchNameLint alternative (https://www.npmjs.com/package/branch-name-lint)
18-
- [ ] SonarLint (https://docs.sonarsource.com/sonarcloud/improving/sonarlint/)
19-
- [ ] ...
19+
- [ ] BranchNameLint alternative (https://www.npmjs.com/package/branch-name-lint)
20+
- [ ] SonarLint (https://docs.sonarsource.com/sonarcloud/improving/sonarlint/)
21+
- [ ] ...
2022
- observables + test
21-
- [ ] default fetch
22-
- [ ] window dom (resize, scroll)?
23-
- [ ] ...
23+
- [ ] default fetch
24+
- [ ] window dom (resize, scroll)?
25+
- [ ] ...
2426
- operators + test
25-
- [ ] finalize network retry
26-
- [ ] request paginator (full, lazy)
27-
- [ ] ...
27+
- [ ] finalize network retry
28+
- [ ] request paginator (full, lazy)
29+
- [ ] ...
2830
- git actions
29-
- [ ] implemented merge strategy
30-
- only beta-branch can be merged into main
31-
- only feature-branches can be merged into beta
32-
- hotfixes can be merged directly into main, but beta will also be updated
33-
- [ ] ...
31+
- [ ] implemented merge strategy
32+
- only beta-branch can be merged into main
33+
- only feature-branches can be merged into beta
34+
- hotfixes can be merged directly into main, but beta will also be updated
35+
- [ ] ...
36+
- git rules
37+
- [ ] main branch can be updated only by pull request from
38+
- [ ] beta branch
39+
- [ ] hotfix branch
40+
- [ ] beta branch can be updated only by pull request from
41+
- [ ] feature branch
42+
- [ ] hotfix branch
3443
- sonarcloud
35-
- [ ] finalized config
36-
- [ ] ...
44+
- [ ] finalized config
45+
- [ ] ...
3746
- additional git action services
38-
- [ ] evaluate pr agent
39-
- [ ] ...
40-
- [ ] ...
47+
- [ ] evaluate pr agent
48+
- [ ] ...
49+
- [ ] ...
4150

4251

4352
[renovate-status-src]: <https://img.shields.io/badge/renovate-enabled-brightgreen>
@@ -59,3 +68,6 @@
5968

6069
[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-booster.svg?style=flat-square
6170
[npm-downloads-href]: https://npmjs.com/package/nuxt-booster
71+
72+
[vitest-coverage-src]: https://img.shields.io/badge/Coverage_Report-2ea44f?logo=vitest&logoColor=%23fff
73+
[vitest-coverage-href]: https://basics.github.io/rxjs-collection/

0 commit comments

Comments
 (0)