chore: update test configurations and ignore files for coverage reporting #7

Merged
rrise merged 7 commits from chore/coverage into master 2025-10-16 12:44:39 +00:00
Showing only changes of commit aefe68a050 - Show all commits

View File

@@ -259,8 +259,11 @@ jobs:
- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
env:
NODE_TLS_REJECT_UNAUTHORIZED: 0
if: success() || failure() # always run even if the previous step fails
with:
include_passed: true
report_paths: 'tests/reports/junit.xml'
# - name: 📦 Publish Build Artifacts