Skip to content

Commit

Permalink
updated appveyor.yml and codecov.yml configs
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Sep 20, 2024
1 parent 1a32afa commit 35258b6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nuget:
disable_publish_on_pr: true

before_build:
- choco install dotnetcore-sdk
- choco install dotnet-sdk
- choco install opencover.portable
- choco install codecov
- nuget restore ".\src\Downloader.sln"
Expand Down
27 changes: 23 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
codecov:
notify:
after_n_builds: 3
wait_for_ci: yes
wait_for_ci: true
status:
project:
default: # default is the status check's name, not default settings
target: auto
threshold: 5
base: auto
flags:
- unit
paths:
- "src"
# advanced settings
branches:
- master
- develop
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false

ignore:
- "src/Samples/**/*"
- "src/Downloader.DummyHttpServer/**/*"
- "src/Downloader.Test/Properties/Resources.Designer.cs"
- (?s:src/Downloader\.Sample/.*/[^\/]*)\Z
- (?s:src/Downloader\.Sample\.NetFramework/.*/[^\/]*)\Z
- (?s:src/Downloader\.DummyHttpServer/.*/[^\/]*)\Z
- ^src/Downloader.Test/Properties/Resources.Designer.cs.*

2 changes: 2 additions & 0 deletions src/Downloader.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/UserDictionary/Words/=khosravifar/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

0 comments on commit 35258b6

Please sign in to comment.