diff --git a/.github/workflows/02-tests-ci.yml b/.github/workflows/02-tests-ci.yml index a215434..0df0d0f 100644 --- a/.github/workflows/02-tests-ci.yml +++ b/.github/workflows/02-tests-ci.yml @@ -8,7 +8,7 @@ env: NODE_VERSION: "18" CHALLENGE_LEVEL: 2 CHALLENGE_NAME: "testes-automatizados" - COVERAGE_MIN: 99 # Cobertura mínima exigida em porcentagem + COVERAGE_MIN: 80 # Cobertura mínima exigida em porcentagem jobs: tests-and-coverage: