transientskp / tkp

A transients-discovery pipeline for astronomical image-based surveys
http://docs.transientskp.org/
BSD 2-Clause "Simplified" License
19 stars 15 forks source link

Is CI for TraP active? #616

Open HannoSpreeuw opened 1 year ago

HannoSpreeuw commented 1 year ago

I am a bit confused about continuous integration for this repository....I mean, is it really applied?

I was scrolling through some of the closed pull requests, including very old ones: "Checks" at the top of the PR shows "0". I don't seem to be able to find a PR where the unit tests were actually applied nor any other test.

Is this because we do not run GH Actions but Travis? We have a .travis.yml but it seems outdated, using Python 2.7. But even before the Python 2 to 3 conversion I did not receive any emails about failed integration runs.

Was Travis ever used?

AntoniaR commented 3 months ago

Travis was used in the past but not any more. Is it useful for R7 or will we use something different?

HannoSpreeuw commented 3 months ago

CI is a necessity to check if we did not break anything, so it should be enforced.

Will likely be using GH Actions.