Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .changeset/olive-papayas-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
40 changes: 3 additions & 37 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage:
patch: # Changed lines coverage
default:
target: 50% # New code coverage
threshold: 5% # Existing code coverage drop
threshold: 5% # Existing code coverage drop
informational: true

component_management:
Expand All @@ -22,41 +22,7 @@ component_management:
target: auto
threshold: 5%
informational: true
individual_components:
- component_id: ui
name: UI
paths:
- etc/ui-vue-docs/**/*
- etc/uikit-playground/**/*
- lib/ui/uikit/**/*
- sdk/ui-vue/**/*
- component_id: backend
name: Backend
paths:
- helm/**/*
- lib/other/**/*
- lib/ptabler/**/*
- lib/ptexter/**/*
- sdk/workflow-tengo/**/*
- tests/config-local-ml-integration/**/*
- tests/helper/**/*
- tests/package-builder/**/*
- tests/tengo-builder/**/*
- tests/workflow-tengo/**/*
- tools/**/*
- component_id: desktop
name: Desktop
paths:
- etc/blocks/**/*
- lib/model/**/*
- lib/node/**/*
- lib/util/**/*
- sdk/model/**/*
- sdk/test/**/*
- tests/block-repo/**/*
- tests/drivers-ml-blocks-integration/**/*

Comment on lines 25 to 58
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The individual_components section has been removed. This will stop Codecov from reporting coverage for the ui, backend, and desktop components separately, which can reduce visibility into the test coverage of different parts of the codebase.

If this is unintentional, consider updating the paths to match the new project structure instead of removing the component definitions. For example, the paths for backend and desktop components could be updated to their new locations within the packages/ directory to retain per-component coverage reporting.

ignore:
- "etc/uikit-playground/**/*"
- "sdk/ui-vue/**/*"
- "lib/ui/uikit/**/*"
- "packages/@milaboratories/uikit/**/*"
- "packages/@platforma-sdk/ui-vue/**/*"
1 change: 0 additions & 1 deletion etc/ui-vue-docs/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions etc/ui-vue-docs/.vitepress/app-components/AppCodeBlock.vue

This file was deleted.

This file was deleted.

143 changes: 0 additions & 143 deletions etc/ui-vue-docs/.vitepress/app-components/AppHeader.vue

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions etc/ui-vue-docs/.vitepress/app-components/AppSubheader.vue

This file was deleted.

121 changes: 0 additions & 121 deletions etc/ui-vue-docs/.vitepress/app-components/CodeExample.vue

This file was deleted.

23 changes: 0 additions & 23 deletions etc/ui-vue-docs/.vitepress/app-components/ComponentDescription.vue

This file was deleted.

Loading
Loading