From b2646463ba89e9fea705776b71e3735ee3d77303 Mon Sep 17 00:00:00 2001 From: galileubti Date: Mon, 22 Sep 2025 19:04:31 -0300 Subject: [PATCH] update: add . --- .github/workflows/02-tests-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/02-tests-ci.yml b/.github/workflows/02-tests-ci.yml index f2a8bcb..e27bab4 100644 --- a/.github/workflows/02-tests-ci.yml +++ b/.github/workflows/02-tests-ci.yml @@ -7,7 +7,7 @@ env: NODE_VERSION: '18' CHALLENGE_LEVEL: 2 CHALLENGE_NAME: "testes-automatizados" - COVERAGE_MIN: 80 # Cobertura mínima exigida em porcentagem + COVERAGE_MIN: 80 # Cobertura mínima exigida em porcentagem. jobs: tests-and-coverage: