Skip to content

Commit

Permalink
Test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
houseofcat committed Apr 22, 2024
1 parent 0ee3886 commit 5421a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Test
run: dotnet test "./tests/UnitTests/UnitTests.csproj" --configuration Release --no-build --verbosity normal
/p:CollectCoverage=true
/p:CoverletOutput='./coverage.cobertura.xml'
/p:CoverletOutput='../../coverage.cobertura.xml'
/p:CoverletOutputFormat=cobertura

- name: Upload Coverage Report
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: './coverage.cobertura.xml'
coverage-reports: 'coverage.cobertura.xml'
9 changes: 0 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,6 @@ jobs:
PROJECT_FILE_PATH: src/HouseofCat.Hashing/HouseofCat.Hashing.csproj
INCLUDE_SYMBOLS: true

- name: Publish HouseofCat.Metrics
uses: alirezanet/[email protected]
continue-on-error: true
with:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
VERSION_FILE_PATH: version.props
PROJECT_FILE_PATH: src/HouseofCat.Metrics/HouseofCat.Metrics.csproj
INCLUDE_SYMBOLS: true

- name: Publish HouseofCat.RabbitMQ
uses: alirezanet/[email protected]
continue-on-error: true
Expand Down

0 comments on commit 5421a8d

Please sign in to comment.