Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for custom eloquent model #21

Merged
merged 1 commit into from
Apr 25, 2020
Merged

Added support for custom eloquent model #21

merged 1 commit into from
Apr 25, 2020

Conversation

danielme85
Copy link
Owner

  • Code cleanup and update readme.

@danielme85 danielme85 added the enhancement New feature or request label Apr 25, 2020
@danielme85 danielme85 self-assigned this Apr 25, 2020
@codecov
Copy link

codecov bot commented Apr 25, 2020

Codecov Report

Merging #21 into master will increase coverage by 4.50%.
The diff coverage is 90.69%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
+ Coverage     87.61%   92.12%   +4.50%     
+ Complexity      146      111      -35     
============================================
  Files            12       12              
  Lines           315      254      -61     
============================================
- Hits            276      234      -42     
+ Misses           39       20      -19     
Impacted Files Coverage Δ Complexity Δ
src/LogToDB.php 85.71% <86.66%> (+9.95%) 35.00 <13.00> (-23.00) ⬆️
src/Jobs/SaveNewLogEvent.php 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
src/LogToDbCustomLoggingHandler.php 100.00% <100.00%> (+13.51%) 5.00 <0.00> (-11.00) ⬆️
src/Models/CreateLogFromRecord.php 100.00% <100.00%> (ø) 11.00 <11.00> (-1.00)
src/config/logtodb.php 100.00% <100.00%> (ø) 0.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a530dcb...86b4ce6. Read the comment docs.

@danielme85 danielme85 merged commit 89f5104 into master Apr 25, 2020
@danielme85 danielme85 linked an issue Apr 25, 2020 that may be closed by this pull request
@danielme85 danielme85 removed a link to an issue Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant