Skip to content

Commit

Permalink
Fix nasa#212, Add unit test and coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Apr 15, 2022
1 parent d0b3e25 commit 7f02798
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/unit-test-coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Unit Test and Coverage

on:
push:
pull_request:

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

0 comments on commit 7f02798

Please sign in to comment.