e6df70358ea5f2285ae5090a0e9fb942ecc5a776

Compliant

  1. Trail Events

    16 events
  2. Reported by: ci-pipelines
    Commit:
    Steve Tooke <steve@took.es> (main) 1734346386.0 • 1 month ago
    add custom evaluation (#268)

    * Add a schema for unit test mertics

    * Create custom attestation type

    * DERP
    Template:
    version: 1
    
    trail:
      attestations:
        - name: pull-request
          type: pull_request
      artifacts:
        - name: differ
          attestations:
            - name: rubocop-lint
              type: junit
            - name: snyk-container-scan
              type: snyk
            - name: snyk-code-scan
              type: snyk
            - name: unit-test
              type: junit
            - name: unit-test-metrics
              type: generic
            - name: unit-test-coverage-metrics
              type: generic
            - name: integration-test
              type: junit
            - name: integration-test-metrics
              type: generic
            - name: integration-test-coverage-metrics
              type: generic
            - name: sonarcloud-scan
              type: sonar