Closed akitaSummer closed 1 month ago
The changes in this pull request introduce a new entry for the protobuf
binary in the config/binaries.ts
file, detailing its properties such as category, description, type, repository, and distribution URL. Additionally, a new test case is added to the GithubBinary.test.ts
file, which verifies the functionality of fetching release data for the protobuf
repository from GitHub. This includes checking for specific files and ensuring the fetch()
method operates correctly for this new binary.
File Path | Change Summary |
---|---|
config/binaries.ts | Added a new entry for protobuf with properties: category, description, type, repo, and distUrl. |
test/common/adapter/binary/GithubBinary.test.ts | Introduced a new test case in the fetch() method to validate fetching data for the protobuf repository. |
In the meadow where binaries play,
A new friend joins the fray today.
Protobuf hops with data so bright,
Fetching releases, what a delight!
With tests that ensure all's well and good,
Our code now dances, as it should! 🐇✨
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.46%. Comparing base (
99a8660
) to head (af52c66
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary by CodeRabbit
New Features
Tests