File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed 
test/Serilog.Settings.Configuration.Tests Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 3939        shell : pwsh 
4040        run : | 
4141          ./Build.ps1 
42-        - name : Upload coverage to codecov 
43-         uses : codecov/codecov-action@v4 
44-         with :
45-           token : ${{ secrets.CODECOV_TOKEN }} 
46-           files : .coverage/*.opencover.xml 
Original file line number Diff line number Diff line change 5252
5353        Write-Output  " build: Testing project in $test " 
5454
55-         &  dotnet test - c Release -- no- build -- no- restore  - p:CollectCoverage = true  - p:CoverletOutputFormat = opencover  - p:CoverletOutput = .coverage / 
55+         &  dotnet test - c Release -- no- build -- no- restore
5656        if  ($LASTEXITCODE  -ne  0 ) { throw  " Testing failed"   }
5757
5858        Pop-Location 
Original file line number Diff line number Diff line change 3030    <PackageReference  Include =" xunit.runner.visualstudio"   Version =" 2.8.2"   />
3131    <PackageReference  Include =" Shouldly"   Version =" 4.2.1"   />
3232    <PackageReference  Include =" PublicApiGenerator"   Version =" 11.1.0"   />
33-     <PackageReference  Include =" coverlet.msbuild"   Version =" 6.0.2"  >
34-       <PrivateAssets >all</PrivateAssets >
35-       <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
36-     </PackageReference >
3733  </ItemGroup >
3834
3935  <ItemGroup >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments