mix codecov (mix_codecov v0.1.0)

View Source

Creates ./codecov.json report based on the exported test coverage

Usage examples

  • mix codecov - if no arguments supplied, the task imports all *.coverdata files from the ./cover directory.

  • mix codecov _build/test/cover cover - any supplied argument is treated as a directory name, the task imports all *.coverdata files from these directories.