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 get_hashes returning a non existing key #408

Closed
wants to merge 1 commit into from

Conversation

cblegare
Copy link

Should fix #407

@codecov
Copy link

codecov bot commented Apr 30, 2021

Codecov Report

Merging #408 (177c288) into master (17c2384) will decrease coverage by 0.25%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #408      +/-   ##
==========================================
- Coverage   94.24%   93.98%   -0.26%     
==========================================
  Files          11       11              
  Lines        1164     1114      -50     
==========================================
- Hits         1097     1047      -50     
  Misses         67       67              
Impacted Files Coverage Δ
pyup/requirements.py 87.61% <0.00%> (-0.85%) ⬇️
pyup/pullrequest.py 96.77% <0.00%> (-0.45%) ⬇️
pyup/providers/gitlab.py 85.12% <0.00%> (-0.13%) ⬇️
pyup/bot.py 97.83% <0.00%> (-0.05%) ⬇️
pyup/config.py 98.92% <0.00%> (-0.02%) ⬇️
pyup/providers/github.py 99.39% <0.00%> (-0.01%) ⬇️
pyup/updates.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

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

@cblegare
Copy link
Author

Looks like backward incompatible change from pygithub broke the build

PyGithub/PyGithub#1887

Are you not using Pyup? 😉

@cblegare
Copy link
Author

duplicate of #392

@cblegare cblegare closed this Apr 30, 2021
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.

get_hashes is bogus
1 participant