mapbox / mapbox-sdk-cs

C# libraries for Mapbox API layer
https://mapbox.github.io/mapbox-sdk-cs/
Other
20 stars 11 forks source link

Enable output of FxCop messages and code coverage again. #21

Closed wilhelmberg closed 7 years ago

wilhelmberg commented 7 years ago

@mapbox/games please 👀

This is branched off versioning-and-publishing so PR https://github.com/mapbox/mapbox-sdk-unity-core/pull/8 should be merged first!

Changes:

Code Coverage

Runs code coverage on AppVeyor and pushes results to coveralls: https://coveralls.io/github/mapbox/mapbox-sdk-unity-core

FxCop

Runs FxCop on AppVeyor and outputs the messages to the Messages tab:

e.g.: https://ci.appveyor.com/project/Mapbox/mapbox-sdk-unity-core/build/1.0.108/messages

image