Skip to content
#

ci

Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.

Here are 87 public repositories matching this topic...

Startouf
Startouf commented Jun 21, 2018

I cannot figure out how to use properly danger on circleci 2.0 with workflows

Support I have a linear workflow where I bundle my app / install libraries (build job) and then run the tests in parallel. (I'm taking Ruby/Rspec as an example).

How can I execute Danger to report test failures on all containers ?

Currently if a job fails on circleCI, the dependent jobs are not ran (ie if I

zverok
zverok commented Sep 1, 2017

Next step in docs check: not only correction, but also quality.

Some ideas on checks:

  • simple "undocumented X" for X in (class, method, constant, parameter, what else?);
  • unnecessary documented return value for predicate methods (YARD does it automatically);
  • wrongful documented return value type for predicate methods (when it is documented and is not boolean);
  • possibly undocumented op
Wikipedia
Wikipedia
You can’t perform that action at this time.