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...
Colours are replaced by black and white with travis formatter
xcpretty -c Travis output
xcpretty -f `xcpretty-travis-formatter` Travis output
;
- 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
Most of the code should have test coverage already, but it isnt being measured or reported on.
Reports should be uploaded to codecov.io
-
Updated
Dec 5, 2018 - Ruby
@juliogonzalez i would like that we document this feature in the advanced section. no need for roman but an example would be good!
-
Updated
Mar 4, 2018 - Ruby
-
Updated
May 13, 2019 - Ruby
-
Updated
Jun 19, 2020 - Ruby
Hi, @hanneskaeufler! Thanks for your awesome plugin.
We are using it inside our review pipeline with great success: https://github.com/wemake-services/kira-review
But, I would like to suggest adding a very useful feature: clickable filenames and lines.
When I review current TODOs I have to go inside the code manually, find the correct line, and then go back again.
<img width="501" alt="Сни
-
Updated
Feb 15, 2018 - Ruby
-
Updated
Jun 7, 2020 - Ruby
-
Updated
May 20, 2020 - Ruby
-
Updated
Oct 22, 2018 - Ruby
-
Updated
Jun 5, 2020 - Ruby
Add some tests
-
Updated
Jan 20, 2020 - Ruby
- Wikipedia
- Wikipedia

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 (
buildjob) 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