geostyler / geostyler-qgis-parser

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

Separate coveralls from test runs with matrices #556

Open jansule opened 5 months ago

jansule commented 5 months 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.