fix: address console noise in AuditLogs tests and eliminate act() warnings in UsersPage tests

- update coverage threshold to 88.0 and add CHARON_MIN_COVERAGE environment variable
-  ignore frontend coverage output in .gitignore
This commit is contained in:
GitHub Actions
2026-02-09 06:57:20 +00:00
parent 0985a9a79a
commit 376f9d3e34
6 changed files with 105 additions and 206 deletions

View File

@@ -8,6 +8,7 @@ on:
required: false
default: true
type: boolean
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.run_id }}
@@ -21,6 +22,7 @@ env:
GO_VERSION: '1.25.7'
NODE_VERSION: '24.12.0'
GOTOOLCHAIN: auto
CHARON_MIN_COVERAGE: '85.0'
jobs:
backend-quality: