ctreminiom / go-atlassian

✨ Golang Client Library for Atlassian Cloud.
https://docs.go-atlassian.io
MIT License
123 stars 34 forks source link

Update api_client_impl.go #220

Closed fokk closed 1 year ago

fokk commented 1 year ago

add Bearer auth

ctreminiom commented 1 year ago

Hi @fokk,

Thank you for invest time in this open-source project.

The CI is failing due the fmt package is not imported on the api_client_impl.go, see below:

jira/sm/api_client_impl.go:162: undefined: fmt in fmt.Sprintf
jira/sm/api_client_impl.go:201: undefined: fmt in fmt.Sprintf
codecov[bot] commented 1 year ago

Codecov Report

Merging #220 (b6181f6) into main (4b192bc) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #220   +/-   ##
=======================================
  Coverage   89.22%   89.23%           
=======================================
  Files         137      137           
  Lines       10853    10855    +2     
=======================================
+ Hits         9684     9686    +2     
  Misses        589      589           
  Partials      580      580           
Files Changed Coverage Δ
jira/sm/api_client_impl.go 81.00% <100.00%> (+0.38%) :arrow_up: