logdna / logdna-winston

LogDNA's Node.js logging module with support for Winston
MIT License
16 stars 14 forks source link

fix(ci): Expose linter results in the junit output #26

Closed darinspivey closed 3 years ago

darinspivey commented 3 years ago

This change will force linting on CI and expose any errors. It also changes to using tap-xunit with a flattened output when generating the junit report file. This solves a bug with tests missing when using tap-mocha-reporter.

Semver: patch