codecov-api icon indicating copy to clipboard operation
codecov-api copied to clipboard

[draft] Add update repository mutation

Open rohitvinnakota-codecov opened this issue 1 year ago • 4 comments
trafficstars

Purpose/Motivation

What is the feature? Why is this being done?

Links to relevant tickets

What does this PR do?

Include a brief description of the changes in this PR. Bullet points are your friend.

Notes to Reviewer

Anything to note to the team? Any tips on how to review, or where to start?

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

rohitvinnakota-codecov avatar May 19 '24 20:05 rohitvinnakota-codecov

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.89%. Comparing base (a3a3716) to head (7c25ff0).

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files
@@               Coverage Diff                @@
##               main       #573        +/-   ##
================================================
+ Coverage   95.88000   95.89000   +0.01000     
================================================
  Files           784        787         +3     
  Lines         17503      17555        +52     
================================================
+ Hits          16783      16835        +52     
  Misses          720        720                
Flag Coverage Δ
unit 91.49% <100.00%> (+0.02%) :arrow_up:
unit-latest-uploader 91.49% <100.00%> (+0.02%) :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.

codecov[bot] avatar May 22 '24 02:05 codecov[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:white_check_mark: All tests successful. No failed tests found.

:loudspeaker: Thoughts on this report? Let us know!

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.49%. Comparing base (a3a3716) to head (7c25ff0).

:white_check_mark: All tests successful. No failed tests found.

@@            Coverage Diff             @@
##             main     #573      +/-   ##
==========================================
+ Coverage   91.46%   91.49%   +0.02%     
==========================================
  Files         606      609       +3     
  Lines       16185    16237      +52     
==========================================
+ Hits        14804    14856      +52     
  Misses       1381     1381              
Flag Coverage Δ
unit 91.49% <100.00%> (+0.02%) :arrow_up:
unit-latest-uploader 91.49% <100.00%> (+0.02%) :arrow_up:

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

Files Coverage Δ
...mmands/repository/interactors/update_repository.py 100.00% <100.00%> (ø)
core/commands/repository/repository.py 100.00% <100.00%> (ø)
graphql_api/types/mutation/__init__.py 100.00% <100.00%> (ø)
graphql_api/types/mutation/mutation.py 100.00% <100.00%> (ø)
...l_api/types/mutation/update_repository/__init__.py 100.00% <100.00%> (ø)
...es/mutation/update_repository/update_repository.py 100.00% <100.00%> (ø)

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

codecov-qa[bot] avatar May 22 '24 02:05 codecov-qa[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.49%. Comparing base (a3a3716) to head (7c25ff0).

:white_check_mark: All tests successful. No failed tests found :relaxed:

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #573      +/-   ##
==========================================
+ Coverage   91.46%   91.49%   +0.02%     
==========================================
  Files         606      609       +3     
  Lines       16185    16237      +52     
==========================================
+ Hits        14804    14856      +52     
  Misses       1381     1381              
Flag Coverage Δ
unit 91.49% <100.00%> (+0.02%) :arrow_up:
unit-latest-uploader 91.49% <100.00%> (+0.02%) :arrow_up:

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

Files Coverage Δ
...mmands/repository/interactors/update_repository.py 100.00% <100.00%> (ø)
core/commands/repository/repository.py 100.00% <100.00%> (ø)
graphql_api/types/mutation/__init__.py 100.00% <100.00%> (ø)
graphql_api/types/mutation/mutation.py 100.00% <100.00%> (ø)
...l_api/types/mutation/update_repository/__init__.py 100.00% <100.00%> (ø)
...es/mutation/update_repository/update_repository.py 100.00% <100.00%> (ø)

Impacted file tree graph

codecov-public-qa[bot] avatar May 22 '24 02:05 codecov-public-qa[bot]