Skip to content

Commit

Permalink
Fix complexity check
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg committed Sep 29, 2024
1 parent 1a68c93 commit 33623db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
uses: ./complexity
with:
path: coreMQTT
# The default threshold for all repos is 10
horrid_threshold: 10
# The default threshold for all repos is 10 but coreMQTT requires 12.
horrid_threshold: 12

test-doxygen-zip-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 33623db

Please sign in to comment.