TraceMachina / nativelink

NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and specialized hardware.
https://nativelink.com
Apache License 2.0
1.2k stars 117 forks source link

Update coverage for error and config packages #1463

Closed leodziki closed 2 weeks ago

leodziki commented 2 weeks ago

Description

Currently, coverage rate has been upgraded to 80-100% in nativelink-error and nativelink-config packages. Bazel test and cargo test both passed. And Pre-commit passed in direnv and everything is perfect.

Fixes #1401

Type of change

How Has This Been Tested?

Bazel test, cargo test and pre-commit

Checklist


This change is Reviewable