test: Add "infer" CI check to github, remove from circle.#2529
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2529 +/- ##
==========================================
- Coverage 69.02% 68.97% -0.06%
==========================================
Files 89 89
Lines 27787 27784 -3
==========================================
- Hits 19180 19164 -16
- Misses 8607 8620 +13 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
You have performed the grand violation of tokstyle -- user error. Or at least so cimple says. Please correct the user.
Mergeable is failing, but was updated to accept multiline commit messages, so would probably pass on the next run.
Other than that, LGTM.
As a side note, it's weird that the page for Mergeable check on this PR says:
description must exclude '[ ]'
How come we can't use [] in commit description? What if the description is referencing an array? Would prefer not to have any restrictions like that.
|
|
|
Wait, why are we disallowing Markdown checkboxes in git commit messages? Markdown has nothing to do with git commit messages. Git commit messages are plaintext, not Markdown, and should not be rendered as Markdown... This makes no sense to me. |
We're not. That checker only applies to the pull request description, not the commit message. |
This now uses our own built image with the current master of infer.
This now uses our own built image with the current master of infer.
This change is