We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reporting for tests that run as part of the CI/CD pipeline. The reports should be visible along with the Actions in Github.
Resources: https://playwright.dev/docs/test-reporters https://vitest.dev/guide/reporters#json-reporter https://blog.orhun.dev/zig-bits-03/ https://vitest.dev/guide/coverage.html https://doc.rust-lang.org/rustc/instrument-coverage.html https://zig.news/squeek502/code-coverage-for-zig-1dk1 https://gist.github.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b // Custom Test runner for Zig
The text was updated successfully, but these errors were encountered:
dylanlangston
No branches or pull requests
Add reporting for tests that run as part of the CI/CD pipeline. The reports should be visible along with the Actions in Github.
Resources:
https://playwright.dev/docs/test-reporters
https://vitest.dev/guide/reporters#json-reporter
https://blog.orhun.dev/zig-bits-03/
https://vitest.dev/guide/coverage.html
https://doc.rust-lang.org/rustc/instrument-coverage.html
https://zig.news/squeek502/code-coverage-for-zig-1dk1
https://gist.github.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b // Custom Test runner for Zig
The text was updated successfully, but these errors were encountered: