project-safari / zebra

lab resource inventory and reservation system
Apache License 2.0
6 stars 8 forks source link

Fix Resource API GET call to take in url parameters instead of a body #134

Open chuckluv opened 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #134 (cc4cb56) into main (56f19ee) will increase coverage by 0.40%. The diff coverage is 100.00%.

:exclamation: Current head cc4cb56 differs from pull request most recent head 759d1e4. Consider uploading reports for the commit 759d1e4 to get more accurate results

@@            Coverage Diff             @@
##             main     #134      +/-   ##
==========================================
+ Coverage   85.93%   86.34%   +0.40%     
==========================================
  Files          47       47              
  Lines        3825     3815      -10     
==========================================
+ Hits         3287     3294       +7     
+ Misses        441      423      -18     
- Partials       97       98       +1     
Flag Coverage Δ
unittests 86.34% <100.00%> (+0.40%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/server/api.go 82.38% <100.00%> (+9.01%) :arrow_up:
chuckluv commented 1 year ago

fix #148