Learn to say popular code coverage measurement and reporting tool names correctly.
0 / 5 completed
1 / 5
How is Istanbul (JavaScript code coverage tool that instruments source files) correctly pronounced?
Istanbul (the coverage tool) is pronounced 'IS-tan-bul' — exactly like the city, stress on the first syllable. In a technical interview: "Istanbul flagged the one branch in the error handler that none of our tests ever hit."
2 / 5
How is nyc (the Istanbul command-line interface used to run coverage in most Node.js projects) correctly pronounced?
nyc is pronounced 'EN-WY-SEE' — every letter spoken individually, N-Y-C, a playful nod to New York City. In a technical interview: "nyc printed a coverage summary right in the terminal after every test run."
3 / 5
How is Codecov (hosted service for tracking and visualizing code coverage over time) correctly pronounced?
Codecov is pronounced 'KOHD-koh' — 'code' plus a shortened 'coverage', stress on KOHD. In a technical interview: "Codecov posted a comment on the pull request showing exactly which new lines were untested."
4 / 5
How is Coveralls (hosted code coverage reporting service that integrates with CI pipelines) correctly pronounced?
Coveralls is pronounced 'KUV-er-ahlz' — exactly like the everyday plural of 'coverall', the protective garment, stress on KUV. In a technical interview: "Coveralls tracked our coverage trend across the last hundred builds in one chart."
5 / 5
How is JaCoCo (free Java code coverage library used widely in Maven and Gradle builds) correctly pronounced?
JaCoCo is pronounced 'JAK-oh-koh' — short for 'Java Code Coverage', stress on the first syllable. In a technical interview: "JaCoCo failed the build the moment coverage dropped below our eighty percent threshold."