Skip to content

Commit

Permalink
Merge pull request #235 from skliper/fix212-unit_test_coverage
Browse files Browse the repository at this point in the history
Fix #212, Add unit test and coverage workflow
  • Loading branch information
astrogeco authored May 2, 2022
2 parents 96cdf30 + 8a183a7 commit 8ef4b0d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/unit-test-coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Unit Test and Coverage

on:
push:
pull_request:

jobs:
unit-test-coverage:
name: Run unit test and coverage
uses: nasa/cFS/.github/workflows/unit-test-coverage.yml@main
with:
max-missed-branches: 8
max-missed-lines: 2

0 comments on commit 8ef4b0d

Please sign in to comment.