Skip to content

Replace coveralls by GH workflow#88

Merged
p-snft merged 1 commit intodevfrom
revision/replace-coveralls
Feb 28, 2026
Merged

Replace coveralls by GH workflow#88
p-snft merged 1 commit intodevfrom
revision/replace-coveralls

Conversation

@p-snft
Copy link
Copy Markdown
Member

@p-snft p-snft commented Feb 28, 2026

Often, our CI tests fail just because coveralls is unreachable. The last outage was just the longest one. A second argument is, that CI tests should just make sure that local tests were run. If local tests pass, CI tests should also pass. With Coveralls, this is no longer the case. Thirdly, we often wave through merges even if coverage decreases. The reason is simple: If code is re-factored so that lines of code can be reduced (and tested lines are removed), often also nominal coverage decreases. Thus, the coverage (change) only has informative character anyway.

Concluding, I think it makes sense to remove coveralls from the CI pipeline. (I still like to have the coverage information accessible, nonetheless.)

(Description from oemof/oemof-network#79.)

@github-actions
Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

@p-snft p-snft merged commit 9fb3e7e into dev Feb 28, 2026
13 checks passed
@p-snft p-snft deleted the revision/replace-coveralls branch February 28, 2026 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant