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

Release 2.15 #4749

Merged
merged 27 commits into from Apr 12, 2024
Merged

Release 2.15 #4749

merged 27 commits into from Apr 12, 2024

Conversation

kevinpapst
Copy link
Member

@kevinpapst kevinpapst commented Apr 6, 2024

Description

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I verified that my code applies to the guidelines (composer code-check)
  • I updated the documentation (see here)
  • I agree that this code is used in Kimai (see license)

@kevinpapst kevinpapst added this to the 2.15.0 milestone Apr 6, 2024
Copy link

codecov bot commented Apr 12, 2024

Codecov Report

Attention: Patch coverage is 58.06452% with 52 lines in your changes are missing coverage. Please review.

Project coverage is 87.86%. Comparing base (40a9027) to head (976feba).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #4749      +/-   ##
============================================
- Coverage     88.02%   87.86%   -0.17%     
- Complexity     8910     8925      +15     
============================================
  Files           792      792              
  Lines         29226    29310      +84     
============================================
+ Hits          25727    25753      +26     
- Misses         3499     3557      +58     
Files Coverage Δ
src/API/ActionsController.php 100.00% <ø> (ø)
src/API/ActivityController.php 97.32% <ø> (ø)
src/API/ConfigurationController.php 100.00% <ø> (ø)
src/API/CustomerController.php 99.00% <ø> (ø)
src/API/ProjectController.php 94.61% <ø> (ø)
src/API/StatusController.php 90.90% <ø> (ø)
src/API/TagController.php 96.00% <ø> (ø)
src/API/TeamController.php 100.00% <ø> (ø)
src/API/TimesheetController.php 94.71% <ø> (ø)
src/API/UserController.php 86.66% <ø> (ø)
... and 19 more

... and 2 files with indirect coverage changes

@kevinpapst kevinpapst marked this pull request as ready for review April 12, 2024 16:59
@kevinpapst kevinpapst merged commit 7219b3f into main Apr 12, 2024
5 checks passed
@kevinpapst kevinpapst deleted the release-2.15 branch April 12, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment