onegov-cloud icon indicating copy to clipboard operation
onegov-cloud copied to clipboard

Org: Fix migrate links

Open cyrillkuettel opened this issue 1 year ago • 2 comments

Commit message

Org: Fix migrate links

TYPE: Bugfix LINK: OGC-1098

Checklist

  • [x] I have performed a self-review of my code
  • [x] I have tested my code thoroughly by hand
  • [x] I have added tests for my changes/features

cyrillkuettel avatar Mar 05 '24 08:03 cyrillkuettel

Codecov Report

Attention: Patch coverage is 72.53521% with 39 lines in your changes missing coverage. Please review.

Project coverage is 88.50%. Comparing base (f67e97d) to head (af02486). Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
src/onegov/org/management.py 73.95% 25 Missing :warning:
src/onegov/org/forms/settings.py 70.83% 7 Missing :warning:
src/onegov/org/views/settings.py 75.00% 5 Missing :warning:
src/onegov/org/cli.py 0.00% 2 Missing :warning:
Additional details and impacted files
Files with missing lines Coverage Δ
src/onegov/org/models/sitecollection.py 100.00% <ø> (ø)
src/onegov/org/cli.py 38.29% <0.00%> (ø)
src/onegov/org/views/settings.py 82.19% <75.00%> (+1.16%) :arrow_up:
src/onegov/org/forms/settings.py 80.58% <70.83%> (-0.21%) :arrow_down:
src/onegov/org/management.py 81.38% <73.95%> (-9.62%) :arrow_down:

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

codecov[bot] avatar Oct 10 '24 12:10 codecov[bot]