Skip to content

Commit da277c9

Browse files
committed
WIP Actions
1 parent 191c461 commit da277c9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,14 @@ jobs:
2727

2828
- name: Test
2929
run: dotnet test --no-build --verbosity normal
30+
31+
- name: Coverage
32+
uses: b3b00/[email protected]
33+
with:
34+
testProject: 'Marten.AspNetCore.Identity.Tests/Marten.AspNetCore.Identity.Tests.csproj'
35+
output: 'lcov.info'
36+
outputFormat: 'lcov'
37+
excludes: '[Marten.AspNetCore.Identity.Tests]*,[Marten.IdentityExampleApp]*'
38+
threshold: 80
3039

3140
# dummy change

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
buildAndTest:
7+
BuildAndTestRelease:
88
runs-on: ubuntu-20.04
99
defaults:
1010
run:

0 commit comments

Comments
 (0)