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 5, 2024
1 parent bc5e53e commit 05fe57f
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 74 deletions.
19 changes: 19 additions & 0 deletions .coverage/History/2024-08-05_16-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-05_16-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="32" coverablelines="41" totallines="110" coveredbranches="2" totalbranches="4" coveredcodeelements="26" totalcodeelements="28" />
<class name="ChocolateStoreCore.Models.StorePackage" coveredlines="7" coverablelines="7" totallines="26" coveredbranches="0" totalbranches="0" coveredcodeelements="6" totalcodeelements="6" />
<class name="ChocolateStoreCore.PackageCacher" coveredlines="120" coverablelines="140" totallines="233" coveredbranches="71" totalbranches="88" coveredcodeelements="5" totalcodeelements="6" />
<class name="ChocolateStoreCore.Program" coveredlines="7" coverablelines="27" totallines="64" coveredbranches="0" totalbranches="8" coveredcodeelements="1" totalcodeelements="3" />
</assembly>
</coverage>
32 changes: 16 additions & 16 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:37:19 PM |
| Coverage date: | 8/4/2024 - 7:37:15 PM |
| Generated on: | 8/5/2024 - 4:37:19 PM |
| Coverage date: | 8/5/2024 - 4:37:14 PM |
| Parser: | Cobertura |
| Assemblies: | 1 |
| Classes: | 14 |
| Files: | 14 |
| **Line coverage:** | 83% (489 of 589) |
| Covered lines: | 489 |
| **Line coverage:** | 83.1% (492 of 592) |
| Covered lines: | 492 |
| 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 |
| Coverable lines: | 592 |
| Total lines: | 1224 |
| **Branch coverage:** | 72.8% (182 of 250) |
| Covered branches: | 182 |
| Total branches: | 250 |
| **Method coverage:** | 87.7% (79 of 90) |
| Covered methods: | 79 |
| Total methods: | 90 |

</details>

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

|**Name**|**Line**|**Branch**|**Method**|
|:---|---:|---:|---:|
|**ChocolateStoreCore**|**83%**|**72.3%**|**87.6%**|
|**ChocolateStoreCore**|**83.1%**|**72.8%**|**87.7%**|
|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|77.5%|50%|92.5%|
|ChocolateStoreCore.Models.Settings|78%|50%|92.8%|
|ChocolateStoreCore.Models.StorePackage|100%||100%|
|ChocolateStoreCore.PackageCacher|85.5%|79.7%|83.3%|
|ChocolateStoreCore.PackageCacher|85.7%|80.6%|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 05fe57f

Please sign in to comment.