nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
501 stars 128 forks source link

Implement the API endpoint to fetch specific release by tag name #141

Closed 417-72KI closed 2 years ago

417-72KI commented 2 years ago

Implements GET /repos/{owner}/{repo}/releases/tags/{tag} ref: https://docs.github.com/en/rest/reference/releases#get-a-release-by-tag-name

codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@bcedb99). Click here to learn what that means. The diff coverage is n/a.

:exclamation: Current head 1f8650d differs from pull request most recent head 33c6e86. Consider uploading reports for the commit 33c6e86 to get more accurate results

@@          Coverage Diff          @@
##             main   #141   +/-   ##
=====================================
  Coverage        ?      0           
=====================================
  Files           ?      0           
  Lines           ?      0           
  Branches        ?      0           
=====================================
  Hits            ?      0           
  Misses          ?      0           
  Partials        ?      0           

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 bcedb99...33c6e86. Read the comment docs.