Skip to content

Commit 6974f2f

Browse files
committed
Merge branch 'master' into EnhanceEncryption
2 parents 76ec198 + 14080aa commit 6974f2f

File tree

231 files changed

+1737
-22492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+1737
-22492
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: dotnet package
22

3-
on: [push]
3+
on:
4+
push:
5+
pull_request:
6+
branches:
7+
- master
48

59
jobs:
610
build:
@@ -9,6 +13,7 @@ jobs:
913
strategy:
1014
matrix:
1115
options:
16+
- framework: net6.0
1217
- framework: net5.0
1318
- framework: netcoreapp3.1
1419
steps:
@@ -17,4 +22,6 @@ jobs:
1722
shell: pwsh
1823
run: ./ci-build.ps1 "${{matrix.options.framework}}"
1924
- name: Test
20-
run: dotnet test --no-restore --verbosity normal
25+
run: dotnet test --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
26+
- name: Codecov
27+
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)