openusd 0.1.4

Rust native USD library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
coverage:
  status:
    project:
      default:
        # Require at least XY% coverage
        target: 50%
        # Allow a YX% drop from the previous base commit coverage
        threshold: 15%

    # Patch coverage refers to the coverage of the lines of code that were changed in a specific commit or pull request,
    # whereas project coverage refers to the overall coverage of the entire codebase.
    patch:
      default:
        target: 50%
        threshold: 15%