philipgiuliani / coverage

Shows the current test coverage of your project in Atom
MIT License
14 stars 3 forks source link

Use thead instead of panel-heading for the coverage panel header #4

Closed philipgiuliani closed 9 years ago

philipgiuliani commented 9 years ago

Currently i am using a lot of divs for the coverage panel header, and below a table with the results.

Im planning to change the header also to a table (so i also could make it sortable), but space-pen currently has a bug with table elements.

There is already a pull request open, but its not merged yet. https://github.com/atom/space-pen/pull/34

As soon as it is merged, i will start to change the layout of the panel-view and make the table sortable with tablesort

philipgiuliani commented 9 years ago

Since i moved away from space-pen, this bug is fixed now in pull request https://github.com/philipgiuliani/coverage/pull/7