Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding CircleCI #43

Open
3 tasks
zaratan opened this issue Jul 30, 2018 · 3 comments
Open
3 tasks

Adding CircleCI #43

zaratan opened this issue Jul 30, 2018 · 3 comments
Assignees
Labels
5 Good practice Make your overall project better

Comments

@zaratan
Copy link

zaratan commented Jul 30, 2018

Why ?

As always when it comes to automatic testing, to protect ourself. CircleCi will run our test for us in "the cloud" for each pushed commit and prevent any pull-request to be merged if tests are not successful.

Must have

  • A CircleCI config (v2)
  • CircleCI must run rubocop and rspec (with coverage)
  • Github should wait for CircleCI to run before allowing merging

Reading list

@zaratan zaratan added Good practice Make your overall project better 2 labels Jul 30, 2018
@Tarek-Dinkespiler Tarek-Dinkespiler self-assigned this Aug 6, 2018
@ThibautGrx ThibautGrx self-assigned this Aug 6, 2018
@showner
Copy link

showner commented Aug 17, 2018

reading list/source: https://circleci.com/docs/2.0/language-ruby/

@zaratan
Copy link
Author

zaratan commented Aug 17, 2018

https://circleci.com/docs/2.0/parallelism-faster-jobs/

@zaratan
Copy link
Author

zaratan commented Aug 17, 2018

https://rubygems.org/gems/rspec_junit_formatter/versions/0.2.3

@zaratan zaratan added 5 and removed 2 labels Aug 17, 2018
@whois-marvin-42 whois-marvin-42 self-assigned this Aug 20, 2018
@showner showner self-assigned this Aug 20, 2018
@zaratan zaratan self-assigned this Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 Good practice Make your overall project better
Projects
None yet
Development

No branches or pull requests

5 participants