File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
run : |
21
21
dotnet test dropbox-sdk-dotnet/Dropbox.Api.Unit.Tests --collect:"XPlat Code Coverage" -- 'DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.ExcludeByFile=**/Generated/**/*.cs'
22
22
- name : Publish Coverage
23
- uses : codecov/codecov-action@v1.2.1
23
+ uses : codecov/codecov-action@v1.3.2
24
24
if : matrix.os == 'ubuntu-latest'
25
25
with :
26
26
flags : unit
53
53
run : |
54
54
dotnet test dropbox-sdk-dotnet/Dropbox.Api.Integration.Tests --collect:"XPlat Code Coverage" -- 'DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.ExcludeByFile=**/Generated/**/*.cs'
55
55
- name : Publish Coverage
56
- uses : codecov/codecov-action@v1.2.1
56
+ uses : codecov/codecov-action@v1.3.2
57
57
if : matrix.os == 'ubuntu-latest'
58
58
with :
59
59
flags : integration
You can’t perform that action at this time.
0 commit comments