Joll59 / d-ser-t

d-ser-t quantifies speech recognition accuracy of the MSFT speech service and/or user created MSFT custom speech service models.
2 stars 2 forks source link

XmlWriterService and TranscriptionFileService not showing up in code coverage report #81

Open nairmai opened 5 years ago

nairmai commented 5 years ago

As referred to in #77 , when you run npm run test from the top-level, there is no code coverage report for XmlWriterService or TranscriptionFileService, even though there are tests written for both of these:

63791384-3cb7f980-c8b0-11e9-895e-5b17493fd5db

Right now in d-ser-t-service/jest.json there is:

"collectCoverageFrom": [
        "<rootDir>/**/src/**/*[!.test].ts"
    ]