Skip to content

Part cFS/Documents#11, Merging Development Branch #194

Part cFS/Documents#11, Merging Development Branch

Part cFS/Documents#11, Merging Development Branch #194

name: Unit Test and Coverage
on:
push:
branches:
- dev
- main
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
schedule:
# 9:25 PM UTC every Sunday
- cron: '25 21 * * 0'
jobs:
unit-test-coverage:
name: Run unit test and coverage
uses: nasa/cFS/.github/workflows/unit-test-coverage-reusable.yml@dev