Codecov and Github actions, report not sent

Description

I’ve been looking for a solution on Github issues and in the forum but I still not know how to fix my issue. I’m trying to setup Codecov to work in my Github actions.

Everything seems working fine but the report is not found:

https://codecov.io/github/htmlhint/HTMLHint/commit/46aa938d1321b9216e65c519917b37e8d46cb6f6

Repository

CI/CD

Github actions

Codecov YAML

No Codecov YAML file

Codecov Output

==> GitHub Actions detected.
    project root: .
    Fixing merge commit SHA
    Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
    -> Found 1 reports
==> Detecting git/mercurial file structure
==> Reading reports
    + ./coverage/lcov.info bytes=17579
==> Appending adjustments
    https://docs.codecov.io/docs/fixing-reports
    -> No adjustments found
==> Gzipping contents
==> Uploading reports
    url: https://codecov.io
    query: branch=chore%2Fcodecov&commit=46aa938d1321b9216e65c519917b37e8d46cb6f6&build=106880186&build_url=http%3A%2F%2Fgithub.com%2Fhtmlhint%2FHTMLHint%2Factions%2Fruns%2F106880186&name=&tag=&slug=htmlhint%2FHTMLHint&service=github-actions&flags=&pr=387&job=
    -> Pinging Codecov
https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=chore%2Fcodecov&commit=46aa938d1321b9216e65c519917b37e8d46cb6f6&build=106880186&build_url=http%3A%2F%2Fgithub.com%2Fhtmlhint%2FHTMLHint%2Factions%2Fruns%2F106880186&name=&tag=&slug=htmlhint%2FHTMLHint&service=github-actions&flags=&pr=387&job=
    -> Uploading
    -> View reports at https://codecov.io/github/htmlhint/HTMLHint/commit/46aa938d1321b9216e65c519917b37e8d46cb6f6

Hi @thedaviddias, this is the raw coverage report https://codecov.io/codecov/v4/raw/2020-05-16/9E7E9E6F4AB716BECDEC65E837016461/46aa938d1321b9216e65c519917b37e8d46cb6f6/bbda2185-515c-4683-bb41-cb12a814df18.txt

Looks like we are only getting coverage for the file dist/htmlhint.js, I would check the way you are collecting coverage here.