rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 320 forks source link

Core trait changes #1628

Closed lrljoe closed 6 months ago

lrljoe commented 6 months ago

All Submissions:

New Feature Submissions:

  1. [ ] Does your submission pass tests and did you add any new tests needed for your feature?
  2. [ ] Did you update all templates (if applicable)?
  3. [ ] Did you add the relevant documentation (if applicable)?
  4. [ ] Did you test locally to make sure your feature works as intended?

Changes to Core Features:

codecov[bot] commented 6 months ago

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (cedd4bf) 88.67% compared to head (5c7ec69) 88.13%. Report is 1 commits behind head on develop.

Files Patch % Lines
config/livewire-tables.php 0.00% 12 Missing :warning:
src/Views/Traits/Core/HasVisibility.php 77.77% 4 Missing :warning:
src/Views/Traits/Core/HasView.php 76.92% 3 Missing :warning:
src/Views/Traits/Core/HasFooter.php 93.33% 2 Missing :warning:
src/Views/Traits/Core/HasSecondaryHeader.php 93.54% 2 Missing :warning:
src/Views/Traits/Columns/IsSortable.php 97.29% 1 Missing :warning:
src/Views/Traits/Core/HasAttributes.php 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1628 +/- ## ============================================= - Coverage 88.67% 88.13% -0.55% + Complexity 1354 1310 -44 ============================================= Files 106 123 +17 Lines 3189 3102 -87 ============================================= - Hits 2828 2734 -94 - Misses 361 368 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.