Skip to content

Commit

Permalink
changed ci coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Apr 5, 2021
1 parent 2fb8204 commit f35e483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CodeCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
dotnet-version: '5.0.100'

- name: Collect coverage for net5.0
run: dotnet test source\DefaultEcs.Test\DefaultEcs.Test.csproj -c Release -f net5.0 -p:CollectCoverage=true -p:CoverletOutputFormat=lcov -p:CoverletOutput=..\..\coverage\lcov.info -p:Exclude="[*]DefaultEcs.Technical.Debug*" /p:TEST=true
run: dotnet test source\DefaultEcs.Test\DefaultEcs.Test.csproj -c Release -f net5.0 -p:CollectCoverage=true -p:CoverletOutputFormat=lcov -p:CoverletOutput=..\..\build\lcov.info -p:Exclude="[*]DefaultEcs.Technical.Debug*" /p:TEST=true

- name: Upload to coverall
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: 'coverage\lcov.net5.0.info'
path-to-lcov: 'build\lcov.net5.0.info'
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
/**/*.user
/**/*.snk
/build
/coverage
.idea/

0 comments on commit f35e483

Please sign in to comment.