Skip to content

Commit

Permalink
Do coverage. #9.
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk committed Dec 23, 2020
1 parent dc7df4c commit 9d3cdc5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: .NET Core

on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
branches: [ refactoring/api ]

jobs:
build:
Expand All @@ -26,4 +24,4 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal
run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage"

0 comments on commit 9d3cdc5

Please sign in to comment.