nathanramoscfa / pycgapi

An unofficial Python wrapper for the CoinGecko API
MIT License
3 stars 1 forks source link

Dev #8

Closed nathanramoscfa closed 8 months ago

nathanramoscfa commented 8 months ago

This pull request introduces important updates to our release workflow and changelog documentation. These changes are aimed at improving the efficiency and reliability of our build process, as well as keeping our project documentation up-to-date.

Key Changes:

  1. Enhanced Build Process in GitHub Actions: In the release.yml workflow file, the installation step for build dependencies has been updated. Previously, we only installed setuptools, but we now install both setuptools and wheel in the same step. This modification ensures that all necessary build dependencies are available for packaging our project, addressing the recent build issue where the wheel package was missing.
codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (ff4a0b6) 97.18% compared to head (874b4dd) 97.18%. Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8 +/- ## ======================================= Coverage 97.18% 97.18% ======================================= Files 2 2 Lines 532 532 Branches 41 41 ======================================= Hits 517 517 Misses 6 6 Partials 9 9 ``` | [Flag](https://app.codecov.io/gh/nathanramoscfa/pycgapi/pull/8/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan+Ramos%2C+CFA%C2%AE) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/nathanramoscfa/pycgapi/pull/8/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan+Ramos%2C+CFA%C2%AE) | `97.18% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathan+Ramos%2C+CFA%C2%AE#carryforward-flags-in-the-pull-request-comment) to find out more.

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