File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ environment:
1616 APPVEYOR_RDP_PASSWORD : Np^VNSzJI5#OmRdUNqro2T9UVkCdZ
1717 TARGET_DB : tSQLt
1818 COV_REPORT : appveyor\sqlcover\Coverage.opencoverxml
19+ CODECOV_TOKEN : aec8a40b-3836-4d0a-ae15-4a0e37d7b08c
1920
2021 matrix :
2122 # Azure SQL Env
9798 # Upload code coverage report, push generated files
9899 after_test :
99100 - ps : .\appveyor\generate_sample_markdown.ps1
100- - codecov -f % COV_REPORT%
101+ - ps : .\..\ codecov.exe -f $($env: COV_REPORT) -t $($env:CODECOV_TOKEN)
101102 - ps : .\appveyor\push_git_changes.ps1
102103
103104# on_finish:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if ($CodeCoverageOnly.IsPresent) {
1717 }
1818
1919 # Install codecov tracker
20- choco install codecov -- no - progress -- limit-output | Out-Null
20+ Invoke-WebRequest - Uri https: // uploader.codecov.io / latest / windows / codecov.exe - Outfile ..\ codecov.exe
2121}
2222
2323else {
Original file line number Diff line number Diff line change 580580 <SequencePoint vc="10" uspid="544" ordinal="6" offset="2227" sl="72" sc="1" el="72" ec="27" />
581581 <SequencePoint vc="1" uspid="545" ordinal="7" offset="2268" sl="74" sc="3" el="74" ec="72" />
582582 <SequencePoint vc="1" uspid="546" ordinal="8" offset="2343" sl="75" sc="3" el="75" ec="25" />
583- <SequencePoint vc="9 " uspid="547" ordinal="9" offset="2420" sl="79" sc="1" el="79" ec="126" />
583+ <SequencePoint vc="10 " uspid="547" ordinal="9" offset="2420" sl="79" sc="1" el="79" ec="126" />
584584 <SequencePoint vc="9" uspid="548" ordinal="10" offset="2559" sl="81" sc="3" el="81" ec="21" />
585- <SequencePoint vc="9 " uspid="549" ordinal="11" offset="2632" sl="85" sc="1" el="85" ec="126" />
585+ <SequencePoint vc="10 " uspid="549" ordinal="11" offset="2632" sl="85" sc="1" el="85" ec="126" />
586586 <SequencePoint vc="9" uspid="550" ordinal="12" offset="2771" sl="87" sc="3" el="87" ec="21" />
587587 <SequencePoint vc="9" uspid="551" ordinal="13" offset="2871" sl="91" sc="1" el="91" ec="25" />
588588 <SequencePoint vc="1" uspid="552" ordinal="14" offset="2908" sl="93" sc="2" el="105" ec="57" />
You can’t perform that action at this time.
0 commit comments