GSA / i14y

Search engine for agencies' published content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CircleCI testing support

nickmarden opened this issue · comments

We have enabled CircleCI testing for this repo but we still need to add a properly-configured .circleci/config.yml file to enable testing of this app against CircleCI 2.0.

Since there are no secrets in this repo, we have enabled CircleCI testing of forked branches. We'd love it if someone would step in and implement a .circleci/config.yml with these behaviors:

  • Trigger on pull requests only (already configured in CircleCI)
  • Execute the specs in spec/
  • Fail on any spec failures, or on any drop below 100% coverage
  • Verify that the CircleCI status badge in the README.md works correctly.