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:
2
.github/workflows/quality-checks.yml
vendored
2
.github/workflows/quality-checks.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user