Browse Source

Enable CodeQL file coverage on PRs

MHSanaei 1 day ago
parent
commit
59e9859225
1 changed files with 2 additions and 0 deletions
  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