teable
teable copied to clipboard
fix: group by date field
Pull Request Test Coverage Report for Build 8699066591
Warning: This coverage report may be inaccurate.
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
- For more information on this, see Tracking coverage changes with pull request builds.
- To avoid this issue with future PRs, see these Recommended CI Configurations.
- For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
Details
- 208 of 611 (34.04%) changed or added relevant lines in 13 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage increased (+61.5%) to 81.867%
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
|---|---|---|---|
| apps/nestjs-backend/src/db-provider/sort-query/postgres/multiple-value/multiple-datetime-sort.adapter.ts | 35 | 41 | 85.37% |
| apps/nestjs-backend/src/db-provider/sort-query/sqlite/multiple-value/multiple-datetime-sort.adapter.ts | 34 | 40 | 85.0% |
| apps/nestjs-backend/src/db-provider/postgres.provider.ts | 4 | 11 | 36.36% |
| apps/nestjs-backend/src/db-provider/sqlite.provider.ts | 4 | 11 | 36.36% |
| apps/nestjs-backend/src/features/aggregation/aggregation.service.ts | 2 | 23 | 8.7% |
| apps/nestjs-backend/src/db-provider/group-query/group-query.abstract.ts | 7 | 88 | 7.95% |
| apps/nestjs-backend/src/db-provider/group-query/group-query.postgres.ts | 8 | 144 | 5.56% |
| apps/nestjs-backend/src/db-provider/group-query/group-query.sqlite.ts | 9 | 148 | 6.08% |
| <!-- | Total: | 208 | 611 |
| Totals | |
|---|---|
| Change from base Build 8631504197: | 61.5% |
| Covered Lines: | 27432 |
| Relevant Lines: | 33508 |