Skip to content

Commit

Permalink
Remove codecov-cli - not working
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Oct 29, 2024
1 parent a4b44e7 commit 1c7544b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ for:
- cmd: dotnet test --framework net6.0 --test-adapter-path:. --logger:Appveyor SmartFormat.sln /p:configuration=release /p:AltCover=true /p:AltCoverXmlReport="coverage.xml" /p:AltCoverStrongNameKey="..\SmartFormat.snk" /p:AltCoverAssemblyExcludeFilter="SmartFormat.Tests|NUnit3.TestAdapter" /p:AltCoverAttributeFilter="ExcludeFromCodeCoverage" /p:AltCoverLineCover="true"
- cmd: dir .\SmartFormat.Tests\* /s
- cmd: nuget install codecov -excludeversion
- cmd: .\Codecov\Tools\win7-x86\codecov.exe -f ".\SmartFormat.Tests\coverage.xml" -n net6.0win
- cmd: pip install codecov-cli
- /home/appveyor/.local/bin/codecovcli upload-process -f ./SmartFormat.Tests/coverage.xml -n net6.0win
- cmd: .\Codecov\Tools\win7-x86\codecov.exe -f ".\SmartFormat.Tests\coverage.net6.0.xml" -n net6.0win
artifacts:
- path: 'artifacts\*.nupkg'
type: NuGetPackage
Expand All @@ -73,6 +71,4 @@ for:
test_script:
- dotnet test --no-build --framework net6.0 SmartFormat.sln /p:configuration=release /p:AltCover=true /p:AltCoverXmlReport="coverage.xml" /p:AltCoverStrongNameKey="../SmartFormat.snk" /p:AltCoverAssemblyExcludeFilter="SmartFormat.Tests|NUnit3.TestAdapter" /p:AltCoverAttributeFilter="ExcludeFromCodeCoverage" /p:AltCoverLineCover="true"
- ls ./SmartFormat.Tests/ -R
- bash <(curl -s https://codecov.io/bash) -f ./SmartFormat.Tests/coverage.xml -n net6.0linux
- pip install codecov-cli
- /home/appveyor/.local/bin/codecovcli upload-process -f ./SmartFormat.Tests/coverage.xml -n net6.0linux
- bash <(curl -s https://codecov.io/bash) -f ./SmartFormat.Tests/coverage.net6.0.xml -n net6.0linux

0 comments on commit 1c7544b

Please sign in to comment.