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

fix: normalize repo language in list_repos_using_installation #15

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

matt-codecov
Copy link
Contributor

list_repos_using_installation() was changed to return full repo dicts rather than just service_id. the format of the return was not made to match that of list_repos() and didn't include some of the same normalization which caused errors

this PR is a quick fix

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.

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #15 (d634624) into main (02eae9a) will decrease coverage by 0.02%.
Report is 7 commits behind head on main.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
- Coverage   91.28%   91.27%   -0.02%     
==========================================
  Files          90       90              
  Lines        8076     8077       +1     
  Branches     1228     1228              
==========================================
  Hits         7372     7372              
- Misses        701      702       +1     
  Partials        3        3              
Flag Coverage Δ
python3.10.5 88.09% <0.00%> (-0.02%) ⬇️
python3.7.13 87.94% <0.00%> (-0.02%) ⬇️
python3.8.13 88.20% <0.00%> (-0.02%) ⬇️
python3.9.12 88.55% <0.00%> (-0.02%) ⬇️
rust 89.75% <ø> (ø)

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

Files Changed Coverage Δ
shared/torngit/github.py 92.29% <0.00%> (-0.18%) ⬇️

@matt-codecov
Copy link
Contributor Author

this force-push rebased the change on top of the commit hash that is currently deployed in worker. grabbing the hash, rebasing back to main, and merging. that way we can deploy without deploying other changes to shared

@matt-codecov matt-codecov merged commit f5715ef into main Jul 28, 2023
1 of 3 checks passed
@matt-codecov matt-codecov deleted the matt/normalize-language-oops branch July 28, 2023 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants