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 4
4
global :
5
5
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
6
6
- DOTNET_CLI_TELEMETRY_OPTOUT=1
7
+ - secure : LyfZri+LDXaez/OqC/JU+HMNQeDebmf+SYPZUOGDtWeYBWsYdpsIuhQj5PgfV5aNwSMeefxjFPk/27Cw8D7M7SDcIavBoZbP5fCBqGr9FQKRWkDizaKqP1Mnmu5bFCCr7+7jgTueFk2NZ60rj6vJsmmDtIrMoGF07RzqPySgfLM=
7
8
dotnet : 2.1.401
8
9
install :
9
- - dotnet restore
10
+ - dotnet restore
10
11
script :
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*]*"
13
13
after_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