File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 30
30
matrix :
31
31
include :
32
32
# Ubuntu
33
- - { name: 'Linux .NET Core 3', os: ubuntu-22.04, framework: 'netcoreapp3.1' }
34
33
- { name: 'Linux .NET 5', os: ubuntu-22.04, framework: 'net5' }
35
34
# macOs
36
- - { name: 'macOS .NET Core 3', os: macOS-latest, framework: 'netcoreapp3.1' }
37
35
- { name: 'macOS .NET 5', os: macOS-latest, framework: 'net5' }
38
36
# Windows
39
37
- { name: 'Windows .NET Core 3', os: windows-latest, framework: 'netcoreapp3.1' }
Original file line number Diff line number Diff line change 1
1
codecov :
2
2
notify :
3
3
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
5
5
6
6
coverage :
7
7
precision : 2
You can’t perform that action at this time.
0 commit comments