geostyler / geostyler-qgis-parser

GeoStyler Style Parser implementation for QGIS
https://geostyler.org
BSD 2-Clause "Simplified" License
16 stars 9 forks source link

Separate coveralls from test runs with matrices #556

Open jansule opened 1 week ago

jansule commented 1 week ago

Currently, we use a matrix strategy to test and build based on different environments (window, linux, 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.