Skip to content

Commit

Permalink
Set a branch coverage input for corePCKS11
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Apr 4, 2024
1 parent 2e2c63f commit b8b1610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
run-doxygen: true,
build-flags: -DCMAKE_BUILD_TYPE=Debug -DSYSTEM_TESTS=0 -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -DNDEBUG',
coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"',
branch-coverage: 90,
},
{
repository: coreSNTP,
Expand Down Expand Up @@ -308,6 +309,7 @@ jobs:
uses: ./coverage-cop
with:
coverage-file: repo/${{matrix.inputs.repository}}_Recursive/build/coverage.info
branch-coverage-min: ${{ matrix.inputs.branch_coverage }}

PR-uncrustify-checks:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit b8b1610

Please sign in to comment.