Skip to content

v0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 03:10
· 30 commits to main since this release
v0.1.4
4685063

[0.1.4] - 2023-08-10

Features

  • Report the JSON path of in case of a parsing error (b0a3497)

    If deserialization of the coverage data failed, and the cause is an
    invalid or unexpected structure, the JSON path to the location of the
    error is reported.

  • Use new cargo-llvm-cov context data (a03b5cf)

    With a recent release of cargo-llvm-cov, additional data is injected
    into the coverage JSON report. This allows for easier version checks and
    location of the project's manifest file.

Miscellaneous Tasks

Refactor

  • Don't double-print the JSON path (9f84893)

Testing

  • Add unit tests for highlighter, minifier and schema parsing (6f0d782)