Skip to content

enbnt/examples.enbnt.dev

Repository files navigation

Build & Test Workflow Status Badge

examples.enbnt.dev

This is a Monorepo for https://www.enbnt.dev blog post examples, which uses Bazel to build and test all artifacts.

tracing-and-testing

This project is an example Finatra project, which illustrates some of the built-in distributed trace annotation testing utilities. See the Distributed Tracing and Testing blog post for a deeper look into this project.

Command Reference

To generate a code coverage report (requires lcov and genhtml to be installed):

$ bazel coverage --cache_test_results=no\
    --combined_report=lcov \
    --coverage_report_generator="@bazel_tools//tools/test/CoverageOutputGenerator/java/com/google/devtools/coverageoutputgenerator:Main" \
    --instrumentation_filter="-/src/test/scala[/:]" \
    //...
$ genhtml --output genhtml "$(bazel info output_path)/_coverage/_coverage_report.dat"
$ open genhtml/index.html   

About

Monorepo for https://www.enbnt.dev blog post examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published