geostyler / geostyler-mapbox-parser

GeoStyler-Style-Parser implementation for Mapbox
BSD 2-Clause "Simplified" License
14 stars 9 forks source link

Separate coveralls from test runs with matrices #322

Open jansule opened 3 months ago

jansule commented 3 months ago

Currently, we use a matrix strategy to test and build based on different environments (different node versions).

I think for coveralls we do not have to do so and just use the latest node version and the latest linux version. This will also avoid any problems with parallel builds.