Skip to content

Commit

Permalink
debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBussert committed Feb 25, 2021
1 parent b024238 commit 1e1718e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1e1718e

Please sign in to comment.