File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# Uncomment previous line to get RDP access during the build.
77
88environment :
9+ COVERAGE_CORE : sysmon
910 EXECUTABLE : python.exe
1011 TEST_OPTIONS :
1112 DEPLOY : YES
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ concurrency:
2626 group : ${{ github.workflow }}-${{ github.ref }}
2727 cancel-in-progress : true
2828
29+ env :
30+ COVERAGE_CORE : sysmon
31+
2932jobs :
3033 build :
3134 runs-on : windows-latest
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ concurrency:
2626 group : ${{ github.workflow }}-${{ github.ref }}
2727 cancel-in-progress : true
2828
29+ env :
30+ COVERAGE_CORE : sysmon
31+
2932jobs :
3033 build :
3134 runs-on : windows-latest
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ concurrency:
2626 group : ${{ github.workflow }}-${{ github.ref }}
2727 cancel-in-progress : true
2828
29+ env :
30+ COVERAGE_CORE : sysmon
31+
2932jobs :
3033 build :
3134 runs-on : windows-latest
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ concurrency:
2727 cancel-in-progress : true
2828
2929env :
30+ COVERAGE_CORE : sysmon
3031 FORCE_COLOR : 1
3132
3233jobs :
You can’t perform that action at this time.
0 commit comments