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

[api] fix release of package where source is remote or scmsync'd #15652

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adrianschroeter
Copy link
Member

This creates a temporary package object which is not stored. We may track remote package objects in future but for now this temporary object seems to be the way to go.

@github-actions github-actions bot added the Frontend Things related to the OBS RoR app label Feb 15, 2024
@adrianschroeter adrianschroeter force-pushed the fix_package_release branch 4 times, most recently from 26d2c26 to 8626319 Compare February 15, 2024 15:26
@adrianschroeter adrianschroeter force-pushed the fix_package_release branch 4 times, most recently from 2a602f6 to 3910f06 Compare February 28, 2024 13:24
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

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

Project coverage is 86.03%. Comparing base (040e40f) to head (3910f06).

❗ Current head 3910f06 differs from pull request most recent head 8c1081d. Consider uploading reports for the commit 8c1081d to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #15652      +/-   ##
==========================================
+ Coverage   86.00%   86.03%   +0.02%     
==========================================
  Files         794      793       -1     
  Lines       26049    25973      -76     
==========================================
- Hits        22404    22346      -58     
+ Misses       3645     3627      -18     

This creates a temporary package object which is not stored. We may
track remote package objects in future but for now this temporary
object seems to be the way to go.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Things related to the OBS RoR app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant