Closed Prakriti-nith closed 6 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
lib/daru/view/adapters/datatables.rb | 1 | 3 | 33.33% | ||
spec/table_spec.rb | 0 | 2 | 0.0% | ||
spec/adapters/datatables_spec.rb | 3 | 6 | 50.0% | ||
<!-- | Total: | 4 | 11 | 36.36% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
lib/daru/view.rb | 1 | 98.55% | ||
lib/daru/view/table.rb | 1 | 93.75% | ||
lib/daru/view/adapters/googlecharts/display.rb | 2 | 96.55% | ||
spec/table_spec.rb | 4 | 100.0% | ||
lib/daru/view/adapters/nyaplot/iruby_notebook.rb | 4 | 40.0% | ||
lib/daru/view/adapters/googlecharts.rb | 10 | 91.53% | ||
lib/daru/view/adapters/datatables.rb | 11 | 93.33% | ||
spec/adapters/datatables_spec.rb | 56 | 100.0% | ||
<!-- | Total: | 89 | --> |
Totals | |
---|---|
Change from base Build 660: | 0.7% |
Covered Lines: | 3131 |
Relevant Lines: | 3177 |
Please finish it as soon as possible.
@Shekharrajak I have tried the examples again, I think the PR is fine.
Updated specs and renamed
Daru::DataTables::DataTable
toDaru::View::DataTable
. This PR runs in parallel with #22 in daru-data_tables, so some of the test cases will not work right now.