sharkdp / pastel

A command-line tool to generate, analyze, convert and manipulate colors
Apache License 2.0
4.98k stars 97 forks source link

Remove TravisCI setup #125

Closed sharkdp closed 4 years ago

sharkdp commented 4 years ago

@rivy FYI

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #125   +/-   ##
=======================================
  Coverage   69.28%   69.28%           
=======================================
  Files          32       32           
  Lines        2676     2676           
=======================================
  Hits         1854     1854           
  Misses        822      822           
Flag Coverage Δ
#macos_latest 69.33% <ø> (?)
#ubuntu_latest 69.33% <ø> (ø)
#windows_latest 69.32% <ø> (ø)

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 a45a7f5...36241e2. Read the comment docs.

rivy commented 4 years ago

👍

@sharkdp , Just an FYI, you might want a Travis build again at some point, because GHA doesn't really have support for an allowed failure build. If you want to test something that may fail, but shouldn't break the build (eg, a "nightly" build, or performance change, ...), you might want a Travis build configuration for it.