ethanchewy / PythonBuddy

1st Online Python Editor With Live Syntax Checking and Execution
https://pythonbuddy.com
BSD 3-Clause "New" or "Revised" License
277 stars 84 forks source link

Adds support for coveralls #54

Closed chaps closed 5 years ago

chaps commented 5 years ago

Adds setup in .travis.yml to run coverage in travis and report coverage to coveralls.io

Generated artifacts: https://travis-ci.org/chaps/PythonBuddy/builds/595634318 https://coveralls.io/github/chaps/PythonBuddy

ethanchewy commented 5 years ago

Wow - this is great. I'll review all of your PR's soon.

I have a bunch of academic work due this week so I might have to review this a few days from now.

Sorry for the delay!

chaps commented 5 years ago

Hey, @ethanchewy no worries/hurries :D

ethanchewy commented 5 years ago

LGTM! Just merged - thanks!