WIP
VSCode Test extension is useful to run and debug tests quickly across any project for any language. This project aims to format test results in such a way that test adapter can recognize it and thus enables running tests from VSCode test adapter.
# run tests with coverage
mix run --cover
# run credo
mix credo --strict
# create archive
mix do archive.build, archive.install
# to run with test formatter
mix test --formatter VSCodeExUnitFormatter
This reporter has to be used in conjunction with vscode-exunit-test-adapter