fleet icon indicating copy to clipboard operation
fleet copied to clipboard

Cancel upcoming activities: implement cancelation itself

Open mna opened this issue 8 months ago • 1 comments

For #27409 (partial)

Checklist for submitter

  • [x] Input data is properly validated, SELECT * is avoided, SQL injection is prevented (using placeholders for values in statements)
  • [x] Added/updated automated tests
  • [x] A detailed QA plan exists on the associated ticket (if it isn't there, work with the product group's QA engineer to add it)

mna avatar Apr 02 '25 13:04 mna

Codecov Report

Attention: Patch coverage is 87.50000% with 35 lines in your changes missing coverage. Please review.

Project coverage is 63.90%. Comparing base (df61e6b) to head (8edab3a). Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
server/datastore/mysql/activities.go 80.11% 25 Missing and 10 partials :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #27773      +/-   ##
==========================================
+ Coverage   63.64%   63.90%   +0.26%     
==========================================
  Files        1774     1759      -15     
  Lines      169219   168504     -715     
  Branches     4947     4563     -384     
==========================================
- Hits       107692   107687       -5     
+ Misses      53107    52394     -713     
- Partials     8420     8423       +3     
Flag Coverage Δ
backend 64.73% <87.50%> (+0.03%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Apr 02 '25 14:04 codecov[bot]