gin-contrib / static

Static middleware
MIT License
290 stars 41 forks source link

Adding ppc64le architecture support on travis-ci #16

Closed kishorkunal-raj closed 3 years ago

kishorkunal-raj commented 4 years ago

Hi, I had added ppc64le(Linux on Power) architecture support on travis-ci in the PR and looks like its been successfully added. I believe it is ready for the final review and merge. The travis ci build logs can be verified from the link below. https://travis-ci.com/github/kishorkunal-raj/static/builds/191386197

Reason behind running tests on ppc64le: This package is included in the ppc64le versions of RHEL and Ubuntu - this allows the top of tree to be tested continuously as it is for Intel, making it easier to catch any possible regressions on ppc64le before the distros begin their clones and builds. This reduces the work in integrating this package into future versions of RHEL/Ubuntu.

Please have a look.

codecov-io commented 4 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #16   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           29        25    -4     
=========================================
- Hits            29        25    -4     
Impacted Files Coverage Δ
static.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 d45d9a3...3622c16. Read the comment docs.

kishorkunal-raj commented 3 years ago

Any views on the requested PR?