Open HannoSpreeuw opened 1 year ago
Travis was used in the past but not any more. Is it useful for R7 or will we use something different?
CI is a necessity to check if we did not break anything, so it should be enforced.
Will likely be using GH Actions.
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?