Meteor-Community-Packages / meteor-mocha

A Mocha test driver package for Meteor 1.3+. This package reports server AND client test results in the server console and can be used for running tests on a CI server or locally.
https://packosphere.com/meteortesting/mocha
MIT License
67 stars 40 forks source link

Fix/coverage integration #157

Closed jankapunkt closed 2 months ago

jankapunkt commented 2 months ago

Improves coverage error messages and bumps the version to 3.2.0

Important

due to a past wrong publishing versions during migration times we get actually 3.0.3 being resolved as the latest when using meteortesting:mocha@3.0.0 in packages. However, this version is older than 3.0.0. The best fix is to bump to 3.2.0 and release it so it's the latest resolved version.

jankapunkt commented 2 months ago

Related PR: https://github.com/serut/meteor-coverage/pull/95