You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Reading list
The text was updated successfully, but these errors were encountered: