Skip to content
Takatoshi Kondo edited this page Jun 30, 2019 · 3 revisions

Continuous Integration

Compiling and tests

  • Passing travis-ci is mandatory
    • To see compile and test log, first click Details link
  • Passing azure devops build pipelines is mandatory
    • To see compile and test log, first click Details link and then clien View more details on Azure Pipelines link.

Coverage

  • Passing codecov check is not mandatory
    • Current codecov doesn't pass if coverage is decreased but it sometimes happens.
    • New code that is not covered by tests is not accepted.
      • Please add test to cover added code.
    • Updating code sometimes decrease coverage very small percentage, it is acceptable. I merge that kind of pull request.