RyanofWoods/rails-react-swedish-birds

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[![Maintainability](https://api.codeclimate.com/v1/badges/bccc8df92819f2c663ab/maintainability)](https://codeclimate.com/github/RyanofWoods/rails-react-swedish-birds/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/bccc8df92819f2c663ab/test_coverage)](https://codeclimate.com/github/RyanofWoods/rails-react-swedish-birds/test_coverage)

Test
==
Run Minitest tests:
--
```sh
rails test
```

See Coverage:
--
Run the tests and then:
```sh
open coverage/index.html
```