Skip to content

Coveralls

Coverage Status

Using lcov report:

js
const coverageOptions = {
    outputDir: "./coverage-reports",
    lcov: true
};

Github actions:

yml
- name: Coveralls
    uses: coverallsapp/github-action@v2
    with:
        files: ./coverage-reports/lcov.info

Released under the MIT License.