Skip to content

Commit

Permalink
Merge pull request #1967 from github/henrymercer/enable-features-on-ghes
Browse files Browse the repository at this point in the history
Enable analysis summary v2 and sub-language file coverage information on GHES
  • Loading branch information
henrymercer committed Oct 27, 2023
2 parents c7abe9c + 5744b13 commit 14d0fa9
Show file tree
Hide file tree
Showing 19 changed files with 154 additions and 103 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Remove label
env:
Expand Down
2 changes: 1 addition & 1 deletion lib/analyze.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze.js.map

Large diffs are not rendered by default.

40 changes: 33 additions & 7 deletions lib/codeql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/codeql.js.map

Large diffs are not rendered by default.

28 changes: 22 additions & 6 deletions lib/codeql.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/codeql.test.js.map

Large diffs are not rendered by default.

28 changes: 1 addition & 27 deletions lib/feature-flags.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14d0fa9

Please sign in to comment.