atom-lcov-info icon indicating copy to clipboard operation
atom-lcov-info copied to clipboard

Adding travis integration

Open DinisCruz opened this issue 10 years ago • 2 comments

Fixes https://github.com/jacogr/atom-lcov-info/issues/18

DinisCruz avatar Jan 10 '15 12:01 DinisCruz

Not 100% sure about 2 things -

(a) The language (i.e. Objective-C) (b) The value since we don't (yes, it is inexcusable) testing/tests

The build at this point won't really do anything.

jacogr avatar Jan 12 '15 11:01 jacogr

a) Objective C is just the travis way to run OSX builds (i.e. if builds on OSX and not (easily) on linux) then that is the way to make it happen in travis) b) you really should have unit tests for this project (in fact that is how I was going to start contributing, until I noticed that they where broken)

I'm a big user of TDD and having travisCI really makes a massive difference (in fact that is the first think I've done at https://github.com/o2platform/atom-coffee-repl)

DinisCruz avatar Jan 12 '15 13:01 DinisCruz