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 2020 run : |
2121 dotnet test dropbox-sdk-dotnet/Dropbox.Api.Unit.Tests --collect:"XPlat Code Coverage" -- 'DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.ExcludeByFile=**/Generated/**/*.cs'
2222 - name : Publish Coverage
23- uses : codecov/codecov-action@v1.2.1
23+ uses : codecov/codecov-action@v1.3.2
2424 if : matrix.os == 'ubuntu-latest'
2525 with :
2626 flags : unit
5353 run : |
5454 dotnet test dropbox-sdk-dotnet/Dropbox.Api.Integration.Tests --collect:"XPlat Code Coverage" -- 'DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.ExcludeByFile=**/Generated/**/*.cs'
5555 - name : Publish Coverage
56- uses : codecov/codecov-action@v1.2.1
56+ uses : codecov/codecov-action@v1.3.2
5757 if : matrix.os == 'ubuntu-latest'
5858 with :
5959 flags : integration
You can’t perform that action at this time.
0 commit comments