Skip to content

Commit

Permalink
codeclimate test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
frayzil committed May 7, 2019
1 parent cc8ee68 commit 61c1179
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -11,12 +11,12 @@ before_install:
- docker-compose build

before_script:
- docker-compose run bash -c 'curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter'
- docker-compose run bash -c 'chmod +x ./cc-test-reporter'
- docker-compose run bash -c './cc-test-reporter before-build'
- docker-compose run console bash -c 'curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter'
- docker-compose run console bash -c 'chmod +x ./cc-test-reporter'
- docker-compose run console bash -c './cc-test-reporter before-build'

script:
- docker-compose run console rspec

after_script:
- docker-compose run bash -c './cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT'
- docker-compose run console bash -c './cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT'
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,6 @@
[![Build Status](https://www.travis-ci.com/ilm-labs/ilm.svg?branch=master)](https://www.travis-ci.com/ilm-labs/ilm)
[![Maintainability](https://api.codeclimate.com/v1/badges/4cac0f749ff28696470b/maintainability)](https://codeclimate.com/github/ilm-labs/ilm/maintainability)
[![Inline docs](http://inch-ci.org/github/ilm-labs/ilm.svg?branch=master)](http://inch-ci.org/github/ilm-labs/ilm)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/ilm-labs/ilm.svg?style=plastic)

# Ilm
Ilm is a Ruby gem for Chemistry, which supports the calculation of molecular mass of compound, balancing chemical equations and efficient handling of states of chemical species.
Expand Down

0 comments on commit 61c1179

Please sign in to comment.