We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a358bd7 commit 9dd0207Copy full SHA for 9dd0207
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
build:
50
name: Build OK Bot
51
env:
52
- CARGO_BIN_NAME: ok_bot
+ CARGO_BIN_NAME: OK
53
strategy:
54
matrix:
55
include:
src/pr.rs
@@ -8,6 +8,7 @@ pub struct DiffSummary {
8
pub size_difference: u64,
9
}
10
11
+// test
12
impl DiffSummary {
13
pub fn new(diff: &ReportItemDifference) -> Self {
14
let percent_diff = diff.new_fuzzy_match_percent - diff.old_fuzzy_match_percent;
0 commit comments