chaoss / grimoirelab-graal

A Generic Repository AnALyzer
GNU General Public License v3.0
21 stars 62 forks source link

[ tests ] Fix Failing tests #3

Closed inishchith closed 5 years ago

inishchith commented 5 years ago

Reference

@jgbarah @valeriocos I'd like to work on this issue. Please let me know if this is already being worked on 😄

valeriocos commented 5 years ago

Thank you @inishchith, sure you can.

I guess CI tests fail because the libraries used (e.g., nomossa, scancode) are not copied where the tests are executed. Thus some work is needed on the travis.yml to upload these libraries.

There are also some minor issues related the badges due to the recent transfer of the repo. In the README.md, the markdowns of the badges should be changed to:

travis

[![Build Status](https://travis-ci.org/grimoirelab-graal.svg?branch=master)](https://travis-ci.org/chaoss/grimoirelab-graal)

coveralls

[![Coverage Status](https://coveralls.io/repos/github/chaoss/grimoirelab-graal/badge.svg?branch=master)](https://coveralls.io/github/chaoss/grimoirelab-graal?branch=master)

Hope this info helps you.

inishchith commented 5 years ago

@valeriocos Thanks for the help. I've opened a PR with a fix for this and also updating the README.md. Please do have a look and let me know if any changes required 😅