Skip to content

Commit

Permalink
Feature/197880 add academies api client (#676)
Browse files Browse the repository at this point in the history
* Updated cd workflow to prevent AcademiesApiClient build
  • Loading branch information
FrostyApeOne authored Jan 24, 2025
1 parent ffd2d5f commit afa3a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
CI: true
run: |
dotnet-sonarscanner begin /k:"DFE-Digital_academies-api" /o:"dfe-digital" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=CoverageReport/SonarQube.xml
dotnet build --no-restore -p:CI=${CI}
dotnet build --no-restore
dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage"
reportgenerator -reports:./**/coverage.cobertura.xml -targetdir:./CoverageReport -reporttypes:SonarQube
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion Dfe.AcademiesApi.Client/Dfe.AcademiesApi.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Version>1.0.0</Version>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<Title>DfE Academies API Client</Title>
<Description>The Trams Data API Client Library provides a convenient and straightforward way to interact with the Trams Data API, a service that delivers contact and basic personal details of key individuals responsible within various organizations associated with the DfE.</Description>
<Description>The DfE Academies API Client Library provides a convenient and straightforward way to interact with the DfE Academies API.</Description>
<Authors>DFE-Digital</Authors>
</PropertyGroup>

Expand Down

0 comments on commit afa3a14

Please sign in to comment.