rappasoft / laravel-livewire-tables

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

Pre 3.1.5 release merge #1591

Closed lrljoe closed 9 months ago

lrljoe commented 9 months ago

Pre 3.1.5 release merge

All Submissions:

New Feature Submissions:

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

Changes to Core Features:

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (c12ce7c) 89.07% compared to head (c06563e) 89.14%. Report is 7 commits behind head on master.

Files Patch % Lines
src/Views/Columns/ColorColumn.php 50.00% 6 Missing :warning:
src/Traits/WithCustomisations.php 71.42% 4 Missing :warning:
src/Traits/WithEvents.php 0.00% 4 Missing :warning:
src/Traits/WithColumns.php 91.66% 1 Missing :warning:
src/Traits/WithReordering.php 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1591 +/- ## ============================================ + Coverage 89.07% 89.14% +0.06% - Complexity 1276 1334 +58 ============================================ Files 96 105 +9 Lines 3030 3140 +110 ============================================ + Hits 2699 2799 +100 - Misses 331 341 +10 ```

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