Skip to content

Commit

Permalink
report on tunit integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agray committed Dec 18, 2024
1 parent 6c176f1 commit 13b8716
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,13 @@ jobs:
- name: ReportGenerator
uses: danielpalme/[email protected]
with:
reports: ${{ env.UNIT_COVERAGE_FILENAME }};${{ env.NUNIT_INTEGRATION_COVERAGE_FILENAME }};${{ env.XUNIT_INTEGRATION_COVERAGE_FILENAME }};${{ env.XUNIT_RD_INTEGRATION_COVERAGE_FILENAME }};${{ env.NUNIT_RD_INTEGRATION_COVERAGE_FILENAME }} # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
# REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
reports: ${{ env.UNIT_COVERAGE_FILENAME }};
${{ env.NUNIT_INTEGRATION_COVERAGE_FILENAME }};
${{ env.XUNIT_INTEGRATION_COVERAGE_FILENAME }};
${{ env.XUNIT_RD_INTEGRATION_COVERAGE_FILENAME }};
${{ env.NUNIT_RD_INTEGRATION_COVERAGE_FILENAME }};
${{ env.TUNIT_INTEGRATION_COVERAGE_FILENAME }}
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.
reporttypes: 'HtmlInline;Cobertura' # The output formats and scope (separated by semicolon) Values: Badges, Clover, Cobertura, CsvSummary, Html, HtmlChart, HtmlInline, HtmlInline_AzurePipelines, HtmlInline_AzurePipelines_Dark, HtmlSummary, JsonSummary, Latex, LatexSummary, lcov, MarkdownSummary, MHtml, PngChart, SonarQube, TeamCitySummary, TextSummary, Xml, XmlSummary

Expand Down
10 changes: 5 additions & 5 deletions Saucery.TUnit/Saucery.TUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Saucery.tUnit</PackageId>
<PackageVersion>4.5.7</PackageVersion>
<PackageId>Saucery.TUnit</PackageId>
<PackageVersion>0.5.6</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>Andrew Gray</Authors>
<Company>SauceForge</Company>
Expand All @@ -23,16 +23,16 @@
- Initial Release with dependency on Saucery.Core
</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Sauceforge/Saucery</PackageProjectUrl>
<PackageIcon>Saucery.tUnit.128x128.png</PackageIcon>
<PackageIcon>Saucery.TUnit.128x128.png</PackageIcon>
<PackageTags>tunit saucelabs test testing tdd framework assert</PackageTags>
<Title>Sorcery for SauceLabs and TUnit</Title>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TUnit" Version="0.5.6" />
<PackageReference Include="TUnit.Core" Version="0.5.6" />
<!--<None Include="Images\Saucery.TUnit.128x128.png" Pack="true" PackagePath="\" />-->
<!--<None Include="..\README.md" Pack="true" PackagePath="\" />-->
<None Include="Images\Saucery.TUnit.128x128.png" Pack="true" PackagePath="\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 13b8716

Please sign in to comment.