Skip to content

Commit

Permalink
Merge pull request #34 from e13tech/coverage
Browse files Browse the repository at this point in the history
added project guids
  • Loading branch information
JJBussert authored Feb 25, 2021
2 parents 06196b4 + 48b9d93 commit 9762279
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
run: |
.\.sonar\scanner\dotnet-sonarscanner begin /k:"e13tech_common" /o:"e13tech" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
dotnet build
dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
1 change: 1 addition & 0 deletions src/E13.Common.Api.AzureAD/E13.Common.Api.AzureAD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining an Api layer that has an Azure AD backing for authentication</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{A77B57D0-1675-4955-B499-6C29400263A7}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Api/E13.Common.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining an Api layer for a webapi project</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{34192520-7740-4032-BF07-34E3074EFB03}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.AspNet/E13.Common.AspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package containing code common to any aspnet based project (Api, Blazor, etc.)</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{F2BC1446-F50E-4535-836F-239BD0DE8A3A}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Blazor/E13.Common.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining an Blazor front end project</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{4C38BA8B-CE88-4F9F-A791-78C5FA372857}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Core/E13.Common.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for lowest level common code, this is not typically referenced directly</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{FF9DFA0C-9FA5-48DB-8BDC-6B3EC1519B01}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Data.Db/E13.Common.Data.Db.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining a Data layer against an EFCore accessible backend</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{2EAFA9AE-F026-4BC5-845C-7D10193B942B}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Domain/E13.Common.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining a Domain layer</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{14FE7093-DA19-4880-9B69-5343C216ACCF}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Infra/E13.Common.Infra.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining helpers for defining a pulumi based deployment</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{AA494C7F-E15B-4CFE-9710-4762FF4F497C}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Logic/E13.Common.Logic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package for defining a Logic layer for encapsulating cross-domain and cross-data layer business logic</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{58E89B10-C7EF-4FFC-AE45-BB0EB7FB2A99}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Nunit.Api/E13.Common.Nunit.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package containing helpers for an Nunit based testing project targeting an Api layer</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{7FA4F4FC-AB7E-4760-BF58-2D28B439A0E6}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Nunit.UI/E13.Common.Nunit.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package containing helpers for an Nunit based testing project for a front end</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{7C1485D7-D19A-4353-9B64-0E9E8C3771AA}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.Nunit/E13.Common.Nunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package containing helpers for an Nunit based testing project</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{B51D2805-F46C-4980-80CC-4A0E97E04717}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/E13.Common.RestEase/E13.Common.RestEase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/e13tech/common</RepositoryUrl>
<Description>Common package containing helpers projects using RestEase to interact w/ Apis</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectGuid>{FD232243-C963-44DA-ADF8-A9A241551015}</ProjectGuid>

<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 9762279

Please sign in to comment.