File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 44 global :
55 - DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
66 - DOTNET_CLI_TELEMETRY_OPTOUT=1
7+ - secure : LyfZri+LDXaez/OqC/JU+HMNQeDebmf+SYPZUOGDtWeYBWsYdpsIuhQj5PgfV5aNwSMeefxjFPk/27Cw8D7M7SDcIavBoZbP5fCBqGr9FQKRWkDizaKqP1Mnmu5bFCCr7+7jgTueFk2NZ60rj6vJsmmDtIrMoGF07RzqPySgfLM=
78dotnet : 2.1.401
89install :
9- - dotnet restore
10+ - dotnet restore
1011script :
11- - dotnet build
12- - dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
12+ - dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
1313after_success :
14- - curl -s https://codecov.io/bash > codecov
15- - chmod +x codecov
16- - ./codecov -f "*opencover.xml"
14+ - bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments