Skip to content

Commit

Permalink
automated ci/cd task [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 4, 2024
1 parent e51b3fa commit 3d6eead
Show file tree
Hide file tree
Showing 10 changed files with 103 additions and 84 deletions.
19 changes: 19 additions & 0 deletions .coverage/History/2024-08-04_19-37-19_CoverageHistory.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<coverage version="1.0" date="2024-08-04_19-37-19" tag="">
<assembly name="ChocolateStoreCore">
<class name="ChocolateStoreCore.App" coveredlines="36" coverablelines="40" totallines="86" coveredbranches="9" totalbranches="14" coveredcodeelements="3" totalcodeelements="3" />
<class name="ChocolateStoreCore.ArgsOptions" coveredlines="0" coverablelines="2" totallines="13" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="2" />
<class name="ChocolateStoreCore.Exceptions.DownloadException" coveredlines="0" coverablelines="6" totallines="21" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="3" />
<class name="ChocolateStoreCore.Helpers.ChocolateyHelper" coveredlines="194" coverablelines="202" totallines="330" coveredbranches="66" totalbranches="92" coveredcodeelements="12" totalcodeelements="12" />
<class name="ChocolateStoreCore.Helpers.HttpHelper" coveredlines="37" coverablelines="50" totallines="130" coveredbranches="10" totalbranches="16" coveredcodeelements="6" totalcodeelements="6" />
<class name="ChocolateStoreCore.Helpers.ServiceHelper" coveredlines="0" coverablelines="16" totallines="31" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="1" />
<class name="ChocolateStoreCore.Helpers.StringHelper" coveredlines="46" coverablelines="47" totallines="111" coveredbranches="21" totalbranches="24" coveredcodeelements="8" totalcodeelements="8" />
<class name="ChocolateStoreCore.Models.ChocolateyPackage" coveredlines="8" coverablelines="9" totallines="37" coveredbranches="3" totalbranches="4" coveredcodeelements="7" totalcodeelements="7" />
<class name="ChocolateStoreCore.Models.Dependency" coveredlines="3" coverablelines="3" totallines="18" coveredbranches="0" totalbranches="0" coveredcodeelements="3" totalcodeelements="3" />
<class name="ChocolateStoreCore.Models.Download" coveredlines="2" coverablelines="2" totallines="14" coveredbranches="0" totalbranches="0" coveredcodeelements="2" totalcodeelements="2" />
<class name="ChocolateStoreCore.Models.Settings" coveredlines="31" coverablelines="40" totallines="108" coveredbranches="2" totalbranches="4" coveredcodeelements="25" totalcodeelements="27" />
<class name="ChocolateStoreCore.Models.StorePackage" coveredlines="7" coverablelines="7" totallines="26" coveredbranches="0" totalbranches="0" coveredcodeelements="6" totalcodeelements="6" />
<class name="ChocolateStoreCore.PackageCacher" coveredlines="118" coverablelines="138" totallines="230" coveredbranches="67" totalbranches="84" coveredcodeelements="5" totalcodeelements="6" />
<class name="ChocolateStoreCore.Program" coveredlines="7" coverablelines="27" totallines="64" coveredbranches="0" totalbranches="8" coveredcodeelements="1" totalcodeelements="3" />
</assembly>
</coverage>
34 changes: 17 additions & 17 deletions .coverage/SummaryGithub.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@

|||
|:---|:---|
| Generated on: | 8/4/2024 - 7:02:52 PM |
| Coverage date: | 8/4/2024 - 7:02:48 PM |
| Generated on: | 8/4/2024 - 7:37:19 PM |
| Coverage date: | 8/4/2024 - 7:37:15 PM |
| Parser: | Cobertura |
| Assemblies: | 1 |
| Classes: | 14 |
| Files: | 14 |
| **Line coverage:** | 83.3% (484 of 581) |
| Covered lines: | 484 |
| Uncovered lines: | 97 |
| Coverable lines: | 581 |
| Total lines: | 1206 |
| **Branch coverage:** | 72.7% (176 of 242) |
| Covered branches: | 176 |
| Total branches: | 242 |
| **Method coverage:** | 87.5% (77 of 88) |
| Covered methods: | 77 |
| Total methods: | 88 |
| **Line coverage:** | 83% (489 of 589) |
| Covered lines: | 489 |
| Uncovered lines: | 100 |
| Coverable lines: | 589 |
| Total lines: | 1219 |
| **Branch coverage:** | 72.3% (178 of 246) |
| Covered branches: | 178 |
| Total branches: | 246 |
| **Method coverage:** | 87.6% (78 of 89) |
| Covered methods: | 78 |
| Total methods: | 89 |

</details>

## Coverage
<details><summary>ChocolateStoreCore - 83.3%</summary>
<details><summary>ChocolateStoreCore - 83%</summary>

|**Name**|**Line**|**Branch**|**Method**|
|:---|---:|---:|---:|
|**ChocolateStoreCore**|**83.3%**|**72.7%**|**87.5%**|
|**ChocolateStoreCore**|**83%**|**72.3%**|**87.6%**|
|ChocolateStoreCore.App|90%|64.2%|100%|
|ChocolateStoreCore.ArgsOptions|0%||0%|
|ChocolateStoreCore.Exceptions.DownloadException|0%||0%|
Expand All @@ -39,9 +39,9 @@
|ChocolateStoreCore.Models.ChocolateyPackage|88.8%|75%|100%|
|ChocolateStoreCore.Models.Dependency|100%||100%|
|ChocolateStoreCore.Models.Download|100%||100%|
|ChocolateStoreCore.Models.Settings|76.9%|50%|92.3%|
|ChocolateStoreCore.Models.Settings|77.5%|50%|92.5%|
|ChocolateStoreCore.Models.StorePackage|100%||100%|
|ChocolateStoreCore.PackageCacher|87%|81.2%|83.3%|
|ChocolateStoreCore.PackageCacher|85.5%|79.7%|83.3%|
|ChocolateStoreCore.Program|25.9%|0%|33.3%|

</details>
2 changes: 1 addition & 1 deletion .coverage/badge_branchcoverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions .coverage/badge_combined.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .coverage/badge_linecoverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .coverage/badge_methodcoverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3d6eead

Please sign in to comment.