Skip to content

Commit

Permalink
fixup! chore: CI to test CPP SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Dec 5, 2024
1 parent 72a5812 commit 02e676c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
with:
filename: coverage/coverage.cobertura.xml
badge: true
fail_below_min: true
fail_below_min: false
format: markdown
hide_branch_rate: false
hide_complexity: true
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
with:
filename: coverage/coverage.cobertura.xml
badge: true
fail_below_min: true
fail_below_min: false
format: markdown
hide_branch_rate: false
hide_complexity: true
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
with:
filename: coverage/coverage.cobertura.xml
badge: true
fail_below_min: true
fail_below_min: false
format: markdown
hide_branch_rate: false
hide_complexity: true
Expand Down

0 comments on commit 02e676c

Please sign in to comment.