dondi / GRNsight

Web app and service for modeling and visualizing gene regulatory networks.
http://dondi.github.io/GRNsight
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

Look into Coveralls integration #1044

Open dondi opened 10 months ago

dondi commented 10 months ago

The Coveralls badge remains live but Coveralls itself does not appear to be connected to our repository anymore

dondi commented 10 months ago

I looked into how we integrate with Coveralls and it turns out that it is through a script that Travis runs. That script is currently reporting an error and that’s why our Coveralls builds are out of date. I’ll troubleshoot that script to see if we can get it running again

dondi commented 10 months ago

I started exploring why the script now fails when it used to succeed. First stop was dependency versions…I tried to update to a newer version of coveralls but the error still occurred. Upon looking at the error, the issue may be newer-style JavaScript code that either Node or some other dependency does not recognize. Will explore that angle next