pyOpenSci / pyosMeta

A package that updates pyOpenSci contributor and package metadata on our website
BSD 3-Clause "New" or "Revised" License
4 stars 18 forks source link

Fix: parse up to 100 issues in a request #119

Closed lwasser closed 7 months ago

lwasser commented 7 months ago

This will close #94 the simple fix to the pagination issue is to just change the api endpoint to increase from the default 30 to 100 per page. this PR implements that fix.

In a separate fix we can add pagination.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 44.00%. Comparing base (484102a) to head (ec02d39).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #119 +/- ## ======================================= Coverage 44.00% 44.00% ======================================= Files 4 4 Lines 459 459 Branches 73 73 ======================================= Hits 202 202 Misses 253 253 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.