mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-04 11:17:02 +02:00
Coverage has been failing for a while: https://github.com/Unleash/unleash/actions/workflows/build_coverage.yaml It looks related to minimatch version: ``` TypeError: /home/runner/work/unleash/unleash/src/lib/util/isDefined.ts: minimatch is not a function ``` Removing `"minimatch": "^10.0.0",` resolution seems to fix it, but it will likely introduce a security vulnerability error Works on my machine results: ```shell Test Suites: 345 passed, 345 total Tests: 3 skipped, 3119 passed, 3122 total Snapshots: 110 passed, 110 total Time: 218.532 s ``` |
||
---|---|---|
.. | ||
add-to-project.yml | ||
auto-assign-pr-author.yaml | ||
build_coverage.yaml | ||
build_doc_prs.yaml | ||
build_frontend_prs.yml | ||
build_prs_jest_report.yaml | ||
build.yaml | ||
check_links.yaml | ||
codeql-analysis.yml | ||
core-feature-alert.yml | ||
dependency-review.yml | ||
docker_publish.yaml | ||
e2e.frontend.yaml | ||
flag-no-response.yaml | ||
gitar-duet-action.yml | ||
gradual-strict-null-checks.yml | ||
notify_enterprise.yaml | ||
pr_add_test_results.yaml | ||
publish-new-version.yaml | ||
release.yaml | ||
reset_heroku.yml | ||
update_contributors.yaml | ||
update_version_for_version_checker.yml | ||
validate-migrations.yaml |