geofot96 / StudyBuddy

2 stars 5 forks source link

[ERROR Fix] Code Climate report #186

Closed gessfred closed 5 years ago

gessfred commented 5 years ago

Fix the CodeClimate coverage numbers update bug.

Accomplished by modifying the build.gradle and ignoring all files matching **/*Sql*Impl which are generated at runtime and cannot be found by cc-test-reporter after the build which makes it fail and not report numbers back to GitHub.

Other fix could be in .travis.yml in between after_script and cc-test-reporter:

after_scrpit:
- touch app/src/ch/epfl/sweng/studybuddy/sql/SqlDB_Impl.java
codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 6cd5a132 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 81.1%.

View more on Code Climate.