@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/code-junit-xml-test-reports-and-ci-failure-context>
  a schema:TechArticle ;
  schema:headline "Code JUnit XML Test Reports and CI Failure Context" ;
  schema:url <https://anchorfact.org/computer-science/code-junit-xml-test-reports-and-ci-failure-context/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.685" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/code-junit-xml-test-reports-and-ci-failure-context>
  schema:citation <https://docs.gitlab.com/ci/testing/unit_test_reports/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-junit-xml-test-reports-and-ci-failure-context>
  schema:citation <https://docs.pytest.org/en/stable/reference/reference.html> ;
  af:sourceTier "B" .