Orbital Transfer/ doc/ development/ Software metric
  • Edit
  • RecentChanges
  • History
  • Documentation
    • Development
  • https://en.wikipedia.org/wiki/Software_metric
  • https://libyear.com/
  • https://metacpan.org/release/Analizo
  • https://dwheeler.com/sloccount/
  • https://github.com/adrianzap/softwipe
    • https://www.h-its.org/2021/07/05/softwipe/

Formats

Code coverage

  • Cobertura XML format
    • http://cobertura.github.io/cobertura/
    • jenkins https://plugins.jenkins.io/cobertura/
    • gcc https://gcovr.com/en/stable/output/cobertura.html
    • https://www.mathworks.com/help/matlab/ref/matlab.unittest.plugins.codecoverage.coberturaformat-class.html
    • GitLab https://docs.gitlab.com/ee/user/project/merge_requests/test_coverage_visualization.html
      • https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report

Test results

TAP

  • https://testanything.org/tap-specification.html

Ant JUnit XML

  • Spec
    • https://stackoverflow.com/questions/4922867/what-is-the-junit-xml-format-specification-that-hudson-supports
    • https://www.ibm.com/docs/en/developer-for-zos/14.1.0?topic=formats-junit-xml-format
    • https://stackoverflow.com/questions/442556/spec-for-junit-xml-output
    • http://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/
    • https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd
  • Used by
    • Hudson
    • jenkins
    • GitLab CI
Last edited Fri Jul 7 23:03:25 2023