Explorar o código

Enable CodeQL file coverage on PRs

MHSanaei hai 3 días
pai
achega
59e9859225
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/codeql.yml

+ 2 - 0
.github/workflows/codeql.yml

@@ -10,6 +10,8 @@ jobs:
   analyze:
     name: Analyze (${{ matrix.language }})
     runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
+    env:
+      CODEQL_ACTION_FILE_COVERAGE_ON_PRS: true
     permissions:
       security-events: write
       packages: read