Skip to content

Commit

Permalink
FAQ.rst : Adding information about missing test.
Browse files Browse the repository at this point in the history
Adding ``review/gitmate/manual/pr`` to the list
of tests that are executed before any pull
request is approved.
Closes coala#580
  • Loading branch information
aliasgar12 committed Jan 14, 2019
1 parent a247a76 commit 26f39a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Help/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ our master branch. Right now we use 7 of those checks:
it all documented
`here <http:https://api.coala.io/en/latest/Developers/Review.html>`_.

- **review/gitmate/manual/pr** This is a manual process in which the pull request
can be reviewed by any coala member. Once the pull request is reviewed and
approved, it is ready to be merged into the master branch. Post approval, it will
be labeled with a ``process`` label marked as ``approved``.

- **codecov/project** This one checks whether all your code is being tested. We
cannot merge anything that may not work or may broke somewhere, so to avoid
obvious bugs we use this. To fix it, write doctests or unittests for your
Expand Down

0 comments on commit 26f39a5

Please sign in to comment.