Coveralls, Travis CI, Hakiri (CI Tools)
Hey,
Just wondering if you have looked at using some of these really handy CI type tools for your project/projects?
https://hakiri.io/ for static
code analysis of security flaws (Probably not as good as your
Introspector)
https://travis-ci.org/ for
running of tests
https://coveralls.io/ for code
coverage
These are all free for open source projects, and really easy to add to a project to make it easier for contributors and maintainers.
Example app with them:
https://github.com/whithajess/docker-bridge
Happy to help with adding them if you think they would be helpful.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Tasos Laskos on 24 Feb, 2015 12:04 AM
Hey Jesse,
I have but Arachni's tests take way too long, spawn way too many processes and require way too much RAM.
I just run them overnight on my machine and use simplecov to track coverage.
Cheers,
Tasos L.
Tasos Laskos closed this discussion on 24 Feb, 2015 12:04 AM.