Skip to content

fix: sub-tasks now working for correctly spaced levels#64

Merged
jamiefdhurst merged 1 commit intomainfrom
sub-tasks-fix
Jan 18, 2026
Merged

fix: sub-tasks now working for correctly spaced levels#64
jamiefdhurst merged 1 commit intomainfrom
sub-tasks-fix

Conversation

@jamiefdhurst
Copy link
Owner

Closes #63

@github-actions
Copy link

Test Results

162 tests   162 ✅  9s ⏱️
 16 suites    0 💤
  1 files      0 ❌

Results for commit 3ecfdf4.

@github-actions
Copy link

Code Coverage Results

Coverage Type Threshold Actual Coverage Status
Line 80% 87% Generic badge
Branch 85% 86% Generic badge

Code Coverage Summary

Code Coverage Details
Generated on: 01/18/2026 - 18:49:05
Parser: CoberturaParser
Assemblies: 7
Classes: 26
Files: 26
Covered lines: 553
Uncovered lines: 80
Coverable lines: 633
Total lines: 1601
Line coverage: 87.3% (553 of 633)
Covered branches: 225
Total branches: 261
Branch coverage: 86.2% (225 of 261)
Tag: 92_21116808507
Name Covered Uncovered Coverable Total Line coverage Covered Total Branch coverage
src 15 51 66 180 22.7% 0 14 0%
events.ts 2 0 2 2 100% 0 0
index.ts 12 50 62 146 19.3% 0 14 0%
log.ts 1 1 2 3 50% 0 0
types.d.ts 0 0 0 29 0 0
src.kanban 137 0 137 350 100% 69 70 98.5%
board-manager.ts 24 0 24 60 100% 10 10 100%
board.ts 33 0 33 84 100% 10 10 100%
provider.ts 21 0 21 65 100% 10 10 100%
synchroniser.ts 44 0 44 98 100% 31 32 96.8%
watcher.ts 15 0 15 43 100% 8 8 100%
src.plugins 8 6 14 61 57.1% 0 2 0%
kanban.ts 4 0 4 18 100% 0 0
tasks.ts 4 6 10 43 40% 0 2 0%
src.settings 119 21 140 374 85% 14 18 77.7%
ignore-component.ts 41 0 41 84 100% 0 0
ignore-folders.ts 15 0 15 35 100% 0 0
ignore-matches.ts 3 0 3 7 100% 0 0
index.ts 1 0 1 43 100% 0 0
tab.ts 59 21 80 205 73.7% 14 18 77.7%
src.tasks 259 2 261 603 99.2% 142 157 90.4%
collection.ts 83 0 83 169 100% 69 75 92%
data-view-collection.ts 4 0 4 9 100% 0 0
data-view-task.ts 35 0 35 82 100% 11 14 78.5%
emoji-collection.ts 4 0 4 9 100% 0 0
emoji-task.ts 35 0 35 67 100% 11 14 78.5%
factory.ts 10 2 12 33 83.3% 2 4 50%
provider.ts 33 0 33 92 100% 22 22 100%
task.ts 55 0 55 142 100% 27 28 96.4%
src.ui 13 0 13 30 100% 0 0 ****
suggest.ts 13 0 13 30 100% 0 0
src.utils 2 0 2 3 100% 0 0 ****
index.ts 2 0 2 3 100% 0 0

@github-actions
Copy link

📦 Version Impact

Current version: 0.6.0
Next version: 0.6.1
Bump type: patch
Will release: ✅ Yes


This PR will trigger a patch version bump from 0.6.0 to 0.6.1

@jamiefdhurst jamiefdhurst merged commit d78a4ba into main Jan 18, 2026
3 checks passed
@jamiefdhurst jamiefdhurst deleted the sub-tasks-fix branch January 18, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sub-tasks not always working

1 participant