8c6794b6/hpc-codecov-action

Generate Codecov report for Haskell project

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 20, 2026
Maintenance Recency
Activelast commit May 15, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: 8c6794b6/hpc-codecov-action@f943f40733e5390825b12d72165cad991e44340c # v4.3.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
targetTarget to generate test coverage. Either a path to ``.tix`` file, or ``TOOL:TEST_SUITE`` style string value. yes
mixComma separated directory names containing ``.mix`` files. no""
srcComma separated directory names for source code lookup. no""
excludesComma separated module names to exclude from coverage report, E.g.: ``Main,Paths_project1,Foo,Bar``. no""
skipComma separated directory names to skip when searching files for ``TOOL``. no""
formatFormat of the output report, ``codecov``, ``lcov``, or ``cobertura``. codecov
outOutput path to write the report. no""
rootProject root directory, typically the directory containing ``stack.yaml`` or ``cabal.project``. no.
buildName of the directory made by the build tool. no""
expr_onlyCount expressions only. nofalse
ignore_dittosIgnore consecutive entries with the same source code positions. nofalse
verboseShow verbose output. notrue
namedescription
exePath of hpc-codecov executable.
reportPath of generated coverage report file.