Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 481 Bytes

CI-CD.md

File metadata and controls

16 lines (13 loc) · 481 Bytes

Overview

CI/CD setup on Azure DevOps

Unit Tests CI

  1. Unit tests auto run on all PRs targeting dev and master
  2. Unit tests are run against 3 different os and 2 node versions, for a total of 6 build
    • Mac + Node 8
    • Windows + Node 8
    • Linux + Node 8
    • Mac + Node 10
    • Windows + Node 10
    • Linux + Node 10
  3. The pipeline describing this set up is in pipelines/ci.yml
  4. Coverage report is uploaded to coveralls in one of the build - Linux + Node 8