Skip to content

v0.5.1

Compare
Choose a tag to compare
@fmeum fmeum released this 06 Apr 11:17
· 48 commits to main since this release

What's Changed

  • Generate coverage reports in temporary directory by @fmeum in #71
  • Create temporary COVERAGE_DIR in TEST_TMPDIR by @fmeum in #72
  • Do not leak Runfiles instances by @fmeum in #74
  • Ensure coverage profile is written only once by @fmeum in #76
  • Fix coverage collection for Java agents by @fmeum in #75

Full Changelog: v0.5.0...v0.5.1

WORKSPACE snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "fmeum_rules_jni",
    sha256 = "45acc80812e0ecafc3f1b2f17efa6141d014aa2cf49c94a83252f570124d161a",
    strip_prefix = "rules_jni-0.5.1",
    url = "https://github.com/fmeum/rules_jni/archive/refs/tags/v0.5.1.tar.gz",
)

load("@fmeum_rules_jni//jni:repositories.bzl", "rules_jni_dependencies")

rules_jni_dependencies()