mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Should we use travis-cargo #35

Closed nils-ohlmeier closed 5 years ago

nils-ohlmeier commented 7 years ago

Looks like travis-cargo could simplify the travis.yaml file quite a bit https://github.com/huonw/travis-cargo

luser commented 7 years ago

FYI I've used travis-cargo in a few projects and I didn't find it to be a huge improvement. Wrapping the kcov build is nice, although I did have to work around a travis-cargo bug with uploading to coveralls: https://github.com/luser/read-process-memory/blob/master/.travis.yml

nils-ohlmeier commented 5 years ago

I think switching to tarpaulin made the code coverage topic quite a bit easier. And we don't see to have too many problems with managing the travis yaml files directly. So I think we can close this.