diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5b87fc8..e1a8299 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,6 +23,15 @@ jobs: run: dotnet build --no-restore - name: Test run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=cobertura + - name: upload coverage to codacy + run: | + ls + cd test + ls + cd E13.Common.Core.Test + ls + cd TestResults + ls - name: upload coverage to codacy run: | export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}