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

chore: remove smart-open #326

Merged
merged 1 commit into from
Nov 6, 2023
Merged

chore: remove smart-open #326

merged 1 commit into from
Nov 6, 2023

Conversation

giovanni-guidini
Copy link
Contributor

We want to add codecov-cli to getsentry/pypi.
It was asked that we drop the smart-open dependency.

I went back and checked that smart-open is really used for dealing with
files in remote storage and decompressing things under-the-hood.
We don't need any of that, and are well served by the default open function.

So it's fine to drop it.

We want to add codecov-cli to getsentry/pypi.
It was asked that we drop the smart-open dependency.

I went back and checked that smart-open is really used for dealing with
files in remote storage and decompressing things under-the-hood.
We don't need any of that, and are well served by the default open function.

So it's fine to drop it.
Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Merging #326 (d458db1) into main (4676151) will increase coverage by 2.06%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #326      +/-   ##
==========================================
+ Coverage   93.33%   95.39%   +2.06%     
==========================================
  Files          75       78       +3     
  Lines        2670     2673       +3     
  Branches      314        0     -314     
==========================================
+ Hits         2492     2550      +58     
+ Misses        126      123       -3     
+ Partials       52        0      -52     
Flag Coverage Δ
python3.10 95.64% <ø> (?)
python3.11 95.64% <ø> (?)
python3.8 95.64% <ø> (?)
python3.9 95.64% <ø> (?)
smart-labels 95.39% <ø> (?)

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

Files Coverage Δ
...odecov_cli/plugins/compress_pycoverage_contexts.py 98.83% <ø> (+2.28%) ⬆️
setup.py 0.00% <ø> (ø)

... and 75 files with indirect coverage changes

@giovanni-guidini giovanni-guidini merged commit a9d2613 into main Nov 6, 2023
14 checks passed
@giovanni-guidini giovanni-guidini deleted the gio/remove-smart-open branch November 6, 2023 15:47
scott-codecov added a commit that referenced this pull request Nov 15, 2023
* heads/main:
  simplify the ternary operator
  amend branch names to be forked-slug:branch-name
  we need the pr number for the PR API request to know if the command runs in a fork PR
  chore: Fix helper text in label analysis (#315)
  taking decoding slug out of is_fork_pr, cause it doesn't feel right to be there
  adding tests
  check if the PR is a fork PR
  chore: remove smart-open (#326)
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