Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes 'findApi' when the help command is used #172

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

james-maloney
Copy link
Contributor

fixes

panic: could not detect API type: ${URL}

When the help command is used on a non default profile.

@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

Merging #172 (e9efd78) into main (ff42c1d) will increase coverage by 0.02%.
The diff coverage is 66.66%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #172      +/-   ##
==========================================
+ Coverage   74.91%   74.94%   +0.02%     
==========================================
  Files          25       25              
  Lines        3385     3405      +20     
==========================================
+ Hits         2536     2552      +16     
- Misses        653      655       +2     
- Partials      196      198       +2     
Impacted Files Coverage Δ
cli/apiconfig.go 80.18% <33.33%> (-1.31%) ⬇️
cli/cli.go 71.49% <100.00%> (+0.43%) ⬆️
openapi/openapi.go 87.88% <0.00%> (-0.34%) ⬇️
openapi/schema.go 98.43% <0.00%> (-0.03%) ⬇️
openapi/example.go 98.61% <0.00%> (-0.02%) ⬇️
cli/request.go 60.27% <0.00%> (+1.50%) ⬆️

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 7fbd5a7...e9efd78. Read the comment docs.

@danielgtaylor
Copy link
Owner

Thanks! 👍

@danielgtaylor danielgtaylor merged commit a5bae2f into danielgtaylor:main Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants