Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Mar 22, 2024
1 parent 243ff04 commit c13ba75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ run_coverage() {
--exclude "example" \
--exclude "app"\
--exclude "tools" \
--fail-under-line 90 \
--fail-under-line $DESIRED_COVERAGE \
--jacoco coverage.xml

gcovr \
Expand All @@ -59,7 +59,7 @@ run_coverage() {
--exclude "example" \
--exclude "app"\
--exclude "tools" \
--fail-under-line 90
--fail-under-line $DESIRED_COVERAGE
}

resumee() {
Expand Down

0 comments on commit c13ba75

Please sign in to comment.