4fedf76ccdc7a5866051af0e0bd88f98ac90793e

Non-compliant

  1. Trail Events

    15 events
  2. Reported by: ci-pipelines
    Commit:
    Jon Jagger <jon@kosli.com> (main) 1766124386.0 • 10 hours ago
    Fix api documentation error (#340)

    * Fix api documentation error

    * Fix swapped expected,actual in test assert

    * Fix diff_lines() with invalid index tests

    * Fix rubocop lint warnings
    Origin URL: https://github.com/cyber-dojo/differ/actions/runs/20361492305
    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: custom:test-metrics
            - name: unit-test-coverage-metrics
              type: custom:coverage-metrics
            - name: integration-test
              type: junit
            - name: integration-test-metrics
              type: custom:test-metrics
            - name: integration-test-coverage-metrics
              type: custom:coverage-metrics
            - name: sonarcloud-scan
              type: sonar
    
  3. 9 hours ago
    4fedf76
    Compliant