Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce missions inter-services #438

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

lwih
Copy link
Collaborator

@lwih lwih commented Nov 19, 2024

No description provided.

Copy link

Overall Project 47.2%

There is no coverage information present for the Files changed

@lwih lwih force-pushed the feat/mission-interservices branch from 5194312 to a7d5a52 Compare November 28, 2024 11:08
Copy link

github-actions bot commented Nov 28, 2024

Coverage Report for frontend

Status Category Percentage Covered / Total
🟢 Lines 60.45% (🎯 40%) 2501 / 4137
🟢 Statements 59.61% (🎯 40%) 2601 / 4363
🟢 Functions 46.57% (🎯 40%) 612 / 1314
🟢 Branches 50% (🎯 40%) 1023 / 2046
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
frontend/src/features/common/utils/dates-for-humans.ts 100% 100% 100% 100%
frontend/src/router/router.tsx 90% 100% 0% 100% 15
frontend/src/v2/features/common/components/elements/export-file-button.tsx 100% 83.33% 100% 100%
frontend/src/v2/features/common/components/elements/mission-list-daterange-navigator.tsx 100% 100% 100% 100%
frontend/src/v2/features/common/components/layout/mission-list-page-content-wrapper.tsx 50% 0% 0% 50% 25-84
frontend/src/v2/features/common/components/layout/mission-list-page-title.tsx 50% 100% 0% 50% 4
frontend/src/v2/features/common/components/layout/mission-list-page-wrapper.tsx 33.33% 0% 0% 33.33% 20-37
frontend/src/v2/features/common/hooks/use-daterange-navigator.tsx 66.66% 41.66% 71.42% 71.42% 12-13, 20-21
frontend/src/v2/features/common/hooks/use-download-file.tsx 27.58% 25% 66.66% 25.92% 17-52
frontend/src/v2/features/common/hooks/use-mission-completeness-for-stats.tsx 80.7% 63.33% 77.77% 83.63% 62-65, 74, 75, 84-87, 98
frontend/src/v2/features/common/hooks/use-mission-report-export.tsx 33.33% 0% 50% 33.33% 21-35
frontend/src/v2/features/common/hooks/use-mission-tag.tsx 16.66% 15.38% 16.66% 18.75% 7, 13-48
frontend/src/v2/features/common/services/use-lazy-export-mission-reports.tsx 50% 100% 50% 50% 38-43
frontend/src/v2/features/common/services/use-missions.tsx 50% 100% 0% 50% 50-55
frontend/src/v2/features/common/types/mission-export-types.ts 100% 100% 100% 100%
frontend/src/v2/features/pam/components/element/mission-list/mission-list-actions-pam.tsx 100% 100% 100% 100%
frontend/src/v2/features/pam/components/element/mission-list/mission-list-export.tsx 100% 86.66% 100% 100%
frontend/src/v2/features/pam/components/element/mission-list/mission-list-header-pam.tsx 100% 100% 100% 100%
frontend/src/v2/features/pam/components/element/mission-list/mission-list-item-pam.tsx 100% 75% 100% 100%
frontend/src/v2/features/pam/components/element/mission-list/mission-list-pam.tsx 100% 75% 100% 100%
frontend/src/v2/features/ulam/components/element/mission-list/mission-list-actions-ulam.tsx 100% 100% 100% 100%
frontend/src/v2/features/ulam/components/element/mission-list/mission-list-header-ulam.tsx 100% 100% 100% 100%
frontend/src/v2/features/ulam/components/element/mission-list/mission-list-item-ulam.tsx 61.53% 33.33% 36.36% 61.53% 57-62, 73-74, 79, 98, 100, 167-213
frontend/src/v2/features/ulam/components/element/mission-list/mission-list-ulam.tsx 100% 100% 100% 100%
frontend/src/v2/features/ulam/components/ui/mission-icon-ulam.tsx 100% 50% 100% 100%
frontend/src/v2/pages/mission-list-pam-page.tsx 6.45% 0% 0% 6.89% 28-127
frontend/src/v2/pages/mission-list-ulam-page.tsx 11.76% 0% 0% 11.76% 29-85
frontend/src/v2/pages/mission-pam-page.tsx 7.14% 0% 0% 9.09% 23-68
frontend/src/v2/pages/mission-ulam-page.tsx 7.14% 0% 0% 9.09% 24-69
Generated in workflow #1428 for commit 4eb6753 by the Vitest Coverage Report Action

@MTES-MCT MTES-MCT deleted a comment from github-actions bot Nov 29, 2024
@lwih lwih force-pushed the feat/mission-interservices branch from a48f997 to 2ccf7b8 Compare November 29, 2024 15:35
@MTES-MCT MTES-MCT deleted a comment from github-actions bot Dec 2, 2024
@MTES-MCT MTES-MCT deleted a comment from github-actions bot Dec 2, 2024
@MTES-MCT MTES-MCT deleted a comment from github-actions bot Dec 2, 2024
@MTES-MCT MTES-MCT deleted a comment from github-actions bot Dec 2, 2024
@lwih lwih force-pushed the feat/mission-interservices branch 2 times, most recently from fe83d8b to 8695ac6 Compare December 12, 2024 17:51
Copy link

Overall Project 45.71% -5.14%
Files changed 17.86%

File Coverage
ExportReportTypeEnum.kt 100% 🍏
ExportModeEnum.kt 100% 🍏
ExportMissionPatrolCombined.kt 97.35% -2.65% 🍏
ExportMissionReports.kt 90.85% -9.15% 🍏
ExportMissionAEM.kt 90.42% 🍏
ExportMissionPatrolMultipleZipped.kt 80.14% -19.86%
ExportMissionAEMSingle.kt 80.1% -11.94%
MissionEntity.kt 77.37% 🍏
FileUtils.kt 76.86% -14.88%
ZipFiles.kt 74.67% -25.33%
ExportMissionPatrolSingle.kt 4.25% -95.65%
ExportMissionRapportPatrouille.kt 4.21% -1.43%
MissionExportController.kt 0% -66.67%
ExportMissionAEMMultipleZipped.kt 0% -89.66%
ExportMissionAEMCombined.kt 0% -91.89%
MissionController.kt 0% 🍏
FakeActionData.kt 0% -2.82%

@lwih lwih marked this pull request as ready for review December 12, 2024 18:38
@lwih lwih force-pushed the feat/mission-interservices branch from 8695ac6 to 4eb6753 Compare December 20, 2024 16:09
Copy link

Overall Project 45.71% -5.14%
Files changed 17.86%

File Coverage
ExportReportTypeEnum.kt 100% 🍏
ExportModeEnum.kt 100% 🍏
ExportMissionPatrolCombined.kt 97.35% -2.65% 🍏
ExportMissionReports.kt 90.85% -9.15% 🍏
ExportMissionAEM.kt 90.42% 🍏
ExportMissionPatrolMultipleZipped.kt 80.14% -19.86%
ExportMissionAEMSingle.kt 80.1% -11.94%
MissionEntity.kt 77.37% 🍏
FileUtils.kt 76.86% -14.88%
ZipFiles.kt 74.67% -25.33%
ExportMissionPatrolSingle.kt 4.25% -95.65%
ExportMissionRapportPatrouille.kt 4.21% -1.43%
MissionExportController.kt 0% -66.67%
ExportMissionAEMMultipleZipped.kt 0% -89.66%
ExportMissionAEMCombined.kt 0% -91.89%
MissionController.kt 0% 🍏
FakeActionData.kt 0% -2.82%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant