ProjektAdLer / Autorentool

Apache License 2.0
7 stars 2 forks source link

Import/Export world and rework MyLearningWorldsOverview #443

Closed niklasstich closed 7 months ago

niklasstich commented 7 months ago

Closes #367 Closes #368 Closes #425 Fixes #252

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7181871646


Changes Missing Coverage Covered Lines Changed/Added Lines %
Presentation/PresentationLogic/MyLearningWorlds/MyLearningWorldsProvider.cs 12 13 92.31%
BusinessLogic/ErrorManagement/DataAccess/HashExistsException.cs 2 4 50.0%
BusinessLogic/Commands/World/SaveLearningWorld.cs 6 9 66.67%
DataAccess/Extensions/ZipExtensions.cs 21 24 87.5%
Presentation/PresentationLogic/API/PresentationLogic.cs 4 7 57.14%
Presentation/View/MyLearningWorlds/MyLearningWorldsOverview.razor 21 25 84.0%
DataAccess/Persistence/LearningWorldSavePathsHandler.cs 8 13 61.54%
BusinessLogic/API/BusinessLogic.cs 1 7 14.29%
DataAccess/API/DataAccess.cs 32 38 84.21%
DataAccess/Persistence/ContentFileHandler.cs 2 8 25.0%
<!-- Total: 143 182 78.57% -->
Files with Coverage Reduction New Missed Lines %
BusinessLogic/ErrorManagement/DataAccess/HashExistsException.cs 1 50.0%
Presentation/PresentationLogic/MyLearningWorlds/MyLearningWorldsProvider.cs 2 89.29%
Configuration/ApplicationPaths.cs 4 16.67%
DataAccess/Persistence/LearningWorldSavePathsHandler.cs 4 60.87%
Presentation/PresentationLogic/API/PresentationLogic.cs 12 90.42%
<!-- Total: 23 -->
Totals Coverage Status
Change from base Build 7181331531: -0.2%
Covered Lines: 12068
Relevant Lines: 13514

💛 - Coveralls