Hi, I am little confused what check and status is.
I have this repository (https://github.com/apitte/debug) and master branch is failing.

What should I use to display Github Actions badge? What is the difference between status and check?
Thank you very much.
https://badgen.net/github/status/apitte/debug
https://badgen.net/github/checks/apitte/debug
status and checks are two types of status checks (...yes) provided by GitHub. Their docs explain the differences at:
Thank you @wopian. If I get it right I should use checks to displays Github Action status, right?
For this repository (https://github.com/contributte/translation). I am getting badge error.
https://badgen.net/github/checks/contributte/translation
Do you think it's because of coverage/coveralls failing?

@f3l1x That badgen | error is a bug, here's the fix #474
Looks good to me. Thank you
Most helpful comment
statusandchecksare two types of status checks (...yes) provided by GitHub. Their docs explain the differences at: