Skip to content

Commit 9c424f7

Browse files
committed
Drop support for netstandard 1.2 tests on Unix-like OS [skip ci]
1 parent 10c4408 commit 9c424f7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ jobs:
3030
matrix:
3131
include:
3232
# Ubuntu
33-
- { name: 'Linux .NET Core 3', os: ubuntu-22.04, framework: 'netcoreapp3.1' }
3433
- { name: 'Linux .NET 5', os: ubuntu-22.04, framework: 'net5' }
3534
# macOs
36-
- { name: 'macOS .NET Core 3', os: macOS-latest, framework: 'netcoreapp3.1' }
3735
- { name: 'macOS .NET 5', os: macOS-latest, framework: 'net5' }
3836
# Windows
3937
- { name: 'Windows .NET Core 3', os: windows-latest, framework: 'netcoreapp3.1' }

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
codecov:
22
notify:
33
require_ci_to_pass: yes # require the build to pass before submitting notifications
4-
after_n_builds: 7 # how many build to wait for before submitting notifications, therefore skipping status checks
4+
after_n_builds: 5 # how many build to wait for before submitting notifications, therefore skipping status checks
55

66
coverage:
77
precision: 2

0 commit comments

Comments
 (0)