gin-contrib / cors

Official CORS gin's middleware
https://gin-gonic.github.io/gin/
MIT License
1.79k stars 186 forks source link

Add Power Support ppc64le #72

Closed nagesh4193 closed 3 years ago

nagesh4193 commented 3 years ago

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

codecov-io commented 3 years ago

Codecov Report

Merging #72 (fce53d3) into master (88812e7) will decrease coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage   93.02%   92.95%   -0.07%     
==========================================
  Files           3        3              
  Lines         172      142      -30     
==========================================
- Hits          160      132      -28     
+ Misses         11        9       -2     
  Partials        1        1              
Impacted Files Coverage Δ
cors.go 79.59% <0.00%> (-1.95%) :arrow_down:
utils.go 100.00% <0.00%> (ø)
config.go 100.00% <0.00%> (ø)

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 88812e7...fce53d3. Read the comment docs.