ci: remove coverage report upload step from CI config
Some checks failed
CI/CD Pipeline / Quick Checks (pull_request) Successful in 21s
CI/CD Pipeline / ESLint (pull_request) Successful in 12s
CI/CD Pipeline / Test & Coverage (pull_request) Successful in 13s
CI/CD Pipeline / Security Audit (pull_request) Failing after 39s
CI/CD Pipeline / Build Application (pull_request) Successful in 28s

This commit is contained in:
2025-05-27 13:15:28 +02:00
parent b8f32308c0
commit bd498f913e

View File

@ -121,14 +121,6 @@ jobs:
env: env:
NODE_OPTIONS: --max_old_space_size=4096 NODE_OPTIONS: --max_old_space_size=4096
- name: Upload coverage reports
uses: actions/upload-artifact@v3
if: always()
with:
name: coverage-report
path: coverage/
retention-days: 7
# Job 4: Build (depends on tests passing) # Job 4: Build (depends on tests passing)
build: build:
name: Build Application name: Build Application