geli icon indicating copy to clipboard operation
geli copied to clipboard

Evaluate new GitHub checks feature

Open grosspersky opened this issue 6 years ago • 1 comments

User Story

As a:

developer

I want:

to see build and linting errors directly in GitHub

so that:

I can see faster why my newly written code is failing

Acceptance criteria:

  • [ ] Checks are available in pull requests

Additional info:

GitHub now allows the direct display of errors that happen during CI builds with specific code highlighting. More information can be found here: https://help.github.com/articles/about-status-checks/#checks

It should be investigated if this can be easily activated for geli or which steps would be necessary to activate it.

grosspersky avatar May 10 '18 14:05 grosspersky

@grosspersky I'm already on this. Since this update coveralls can't send the status proper and need to be installed over the marketplace https://github.com/marketplace/coveralls.

PatrickSkowronek avatar May 10 '18 16:05 PatrickSkowronek