-
Notifications
You must be signed in to change notification settings - Fork 2k
Rust: Reduce CI noise from the SummaryStats query #19180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
ff2a1ca
32e2c19
cc90ba5
86840a7
9fc0ee1
02245af
fbde235
dc31da8
e9971ff
64ee6c5
6597454
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| queries/summary/SummaryStats.ql | ||
| queries/summary/SummaryStatsLess.ql | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| queries/summary/SummaryStats.ql | ||
| queries/summary/SummaryStatsLess.ql | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| /** | ||
| * @name Summary Statistics Less | ||
| * @description A table of summary statistics about a database, with data that | ||
| * has been found to be noisy on tests removed. | ||
| * @kind metric | ||
| * @id rust/summary/summary-statistics-less | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes I think I like that a bit more. Updated. |
||
| * @tags summary | ||
| */ | ||
|
|
||
| import rust | ||
| import Stats | ||
|
|
||
| from string key, int value | ||
| where | ||
| extractionStats(key, value) | ||
| or | ||
| inconsistencyStats(key, value) | ||
| select key, value order by key | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| queries/summary/SummaryStatsLess.ql | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.