charmbracelet / bubbletea

A powerful little TUI framework 🏗

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

improve code coverage

phanirithvij opened this issue · comments

The code coverage is 28.46% on coveralls.
Can tests be added and this be improved if possible?

I don't claim to know how bubbletea works internally and I think terminal based applications are hard to test, but if it is possible please add more thorough tests.

This is a wip :)

Hey @bashbunni @meowgorithm I would love to work on that. I just wrote my first test. You can review it here : #356

Absolutely agreed, better test coverage is desired, and it's an on-going effort: we've recently managed to increase coverage to >55%. As such I'm going to close this issue, not because we're done with that effort, but because it doesn't address a specific improvement and thus isn't all too actionable.