From 0f47a0399ff05be15aa124b3f91cd7ff2d8ff0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20S=C3=A1nchez?= <100514206+jonaas-dev@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:39:19 +0200 Subject: [PATCH] fix(ui, tooling): corregir enlace de licencia y ajustar umbral de cobertura local --- app/templates/results.html | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/results.html b/app/templates/results.html index ff78800..c83049a 100644 --- a/app/templates/results.html +++ b/app/templates/results.html @@ -210,7 +210,7 @@
{{ bm.title }}

GitHub · - MIT License + MIT License · Built with Flask + PostgreSQL

diff --git a/pyproject.toml b/pyproject.toml index 8383d5c..b4096a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ omit = ["tests/*"] [tool.coverage.report] show_missing = true -fail_under = 70 +fail_under = 65 [tool.ruff] line-length = 100