mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

Move CI to GitHub Actions #184

Closed mtazzari closed 3 years ago

mtazzari commented 3 years ago

To Fix #183 move the Travis CI workflow to GitHub Actions. Requirements:

Differences between the Travis CI workflow and the new GitHub Actions workflow:

codecov[bot] commented 3 years ago

Codecov Report

Merging #184 (c90c41e) into master (566bfb6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #184   +/-   ##
=======================================
  Coverage   97.98%   97.98%           
=======================================
  Files           5        5           
  Lines         496      496           
=======================================
  Hits          486      486           
  Misses         10       10           

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 566bfb6...c90c41e. Read the comment docs.

mtazzari commented 3 years ago

I've opened a topic on the codecov forum: https://community.codecov.io/t/threshold-parameter-not-working/2623 If I don't get an answer by Monday I'll just remove codecov from the project: although useful, if it is prone to these kind of glitches (fails for 0.04% decrease in coverage), it can be discarded.

mtazzari commented 3 years ago

Ready to merge