gofrs / uuid

A UUID package for Go
MIT License
1.57k stars 110 forks source link

Replace Travis CI with Github Actions #90

Closed cameracker closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #90 (72c2ec8) into master (4b36aa0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #90   +/-   ##
=======================================
  Coverage   98.82%   98.82%           
=======================================
  Files           4        4           
  Lines         256      256           
=======================================
  Hits          253      253           
  Misses          2        2           
  Partials        1        1           

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 4b36aa0...72c2ec8. Read the comment docs.

theckman commented 3 years ago

How can we make the build names less unique? This is gonna make it harder to add new Go versions and to require the builds are passing.

cameracker commented 3 years ago

Thanks @theckman ! I reconfigured the build so there's a non-matrix based check called Go / Build + Test that we can rely on to be consistent over time, and then all of the older builds are under Go / Build + Test (Legacy) (${GO_VERSION})

As new go versions are released, support in CI is a simple matter of incrementing the version under Build + Test and then adding the old one to the front of the list in Build + Test (legacy)

shogo82148 commented 3 years ago

Hi, what is the status of this pull request?

As you know, travis-ci.org is closed.

As the result the CI of gofrs/uuid is stopped.

https://travis-ci.org/github/gofrs/uuid Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on. Travis CI - Test and Deploy Your Code with Confidence is in read-only mode. The historical data can be downloaded to external file storage.

codecov-commenter commented 3 years ago

Codecov Report

Merging #90 (8b4e723) into master (4b36aa0) will increase coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   98.82%   98.87%   +0.04%     
==========================================
  Files           4        4              
  Lines         256      356     +100     
==========================================
+ Hits          253      352      +99     
- Misses          2        3       +1     
  Partials        1        1              
Impacted Files Coverage Δ
sql.go 100.00% <0.00%> (ø)
uuid.go 100.00% <0.00%> (ø)
codec.go 100.00% <0.00%> (ø)
generator.go 96.58% <0.00%> (+0.47%) :arrow_up:

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 4b36aa0...8b4e723. Read the comment docs.