• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sharingcloud / github-scbot / 9387925102
76%

Build:
DEFAULT BRANCH: main
Ran 05 Jun 2024 04:47PM UTC
Jobs 1
Files 256
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Jun 2024 04:36PM UTC coverage: 75.729% (-0.2%) from 75.939%
9387925102

push

github

web-flow
Handle status comment IDs greater than i32 (#186)

* fix: handle status comment ID greater than i32

* fix: missing casts

18 of 25 new or added lines in 13 files covered. (72.0%)

199 existing lines in 57 files now uncovered.

12989 of 17152 relevant lines covered (75.73%)

63.21 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
56.6
0.0% crates/prbot-database-tests/src/testcase.rs
2
14.29
0.0% crates/prbot-ghapi-interface/src/types/reviews/review_state.rs
2
0.0
0.0% crates/prbot-models/src/checks_status.rs
2
68.57
0.0% crates/prbot-models/src/step_label.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
7.69
-0.64% crates/prbot-core/src/use_cases/pulls/add_pull_request_rule.rs
1
0.0
0.0% crates/prbot-core/src/bot_commands/commands/admin/admin_set_default_reviewers.rs
1
0.0
0.0% crates/prbot/src/commands/repository/pull_request_rule/mod.rs
1
18.75
-1.25% crates/prbot-server/src/webhook/pulls.rs
1
0.0
0.0% crates/prbot-core/src/bot_commands/commands/admin/admin_set_pr_reviewers.rs
1
0.0
0.0% crates/prbot-core/src/bot_commands/commands/user/set_automerge.rs
1
0.0
0.0% crates/prbot-server/src/external/status.rs
1
0.0
0.0% crates/prbot-core/src/bot_commands/commands/admin/admin_set_default_automerge.rs
1
0.0
0.0% crates/prbot/src/commands/debug/mod.rs
1
0.0
0.0% crates/prbot/src/commands/server.rs
1
0.0
0.0% crates/prbot/src/commands/repository/mod.rs
1
0.0
0.0% crates/prbot/src/commands/utils/pem_to_string.rs
1
0.0
0.0% crates/prbot/src/commands/import.rs
1
0.0
0.0% crates/prbot/src/commands/repository/merge_rule/mod.rs
1
0.0
0.0% crates/prbot-core/src/bot_commands/commands/admin/admin_set_default_merge_strategy.rs
1
0.0
0.0% crates/prbot-core/src/bot_commands/commands/admin/admin_sync.rs
1
68.57
0.0% crates/prbot-models/src/step_label.rs
1
0.0
0.0% crates/prbot-models/src/checks_status.rs
1
99.41
0.0% crates/prbot-database-pg/src/postgres.rs
1
14.29
0.0% crates/prbot-ghapi-interface/src/types/reviews/review_state.rs
1
0.0
0.0% crates/prbot/src/commands/utils/mod.rs
2
0.0
0.0% crates/prbot-core/src/bot_commands/commands/user/set_labels.rs
2
0.0
0.0% crates/prbot/src/commands/debug/test_sentry.rs
2
0.0
0.0% crates/prbot/src/commands/repository/add.rs
2
0.0
0.0% crates/prbot-core/src/bot_commands/commands/user/set_merge_strategy.rs
2
82.28
-2.14% crates/prbot/src/commands/export.rs
2
0.0
0.0% crates/prbot-core/src/bot_commands/commands/user/lock.rs
2
0.0
0.0% crates/prbot-core/src/bot_commands/commands/user/set_checks_status.rs
3
0.0
0.0% crates/prbot-core/src/bot_commands/commands/admin/admin_set_default_pr_title_regex.rs
3
0.0
0.0% crates/prbot-core/src/bot_commands/commands/admin/admin_set_default_checks_status.rs
3
1.75
-0.1% crates/prbot-core/src/use_cases/checks/determine_commit_status.rs
3
0.0
0.0% crates/prbot/src/commands/pull_request/sync.rs
3
0.0
0.0% crates/prbot-core/src/bot_commands/commands/admin/admin_set_default_qa_status.rs
3
0.0
0.0% crates/prbot/src/commands/repository/show.rs
4
0.0
0.0% crates/prbot-core/src/bot_commands/commands/admin/admin_disable.rs
4
0.0
0.0% crates/prbot/src/commands/pull_request/show.rs
4
0.0
0.0% crates/prbot-core/src/bot_commands/commands/user/is_admin.rs
4
0.0
0.0% crates/prbot-core/src/bot_commands/commands/user/merge.rs
4
0.0
0.0% crates/prbot/src/commands/repository/list.rs
4
0.0
0.0% crates/prbot-core/src/bot_commands/commands/admin/admin_reset_summary.rs
5
0.0
0.0% crates/prbot/src/commands/repository/set_default_qa_status.rs
5
0.0
0.0% crates/prbot/src/commands/repository/pull_request_rule/add.rs
5
0.0
0.0% crates/prbot/src/commands/repository/rename.rs
5
0.0
0.0% crates/prbot/src/commands/repository/set_default_title_regex.rs
5
0.0
0.0% crates/prbot/src/commands/repository/set_default_automerge.rs
5
0.0
0.0% crates/prbot/src/commands/repository/set_default_reviewers_count.rs
5
0.0
0.0% crates/prbot/src/commands/repository/set_manual_interaction.rs
5
0.0
0.0% crates/prbot/src/commands/repository/set_default_checks_status.rs
5
0.0
0.0% crates/prbot/src/commands/repository/pull_request_rule/remove.rs
5
0.0
0.0% crates/prbot-core/src/bot_commands/commands/user/set_reviewers.rs
7
0.0
0.0% crates/prbot/src/commands/repository/merge_rule/add.rs
8
0.0
0.0% crates/prbot/src/commands/repository/pull_request_rule/list.rs
8
0.0
0.0% crates/prbot/src/commands/repository/merge_rule/remove.rs
8
0.0
0.0% crates/prbot/src/commands/pull_request/apply_pull_request_rules.rs
10
0.0
0.0% crates/prbot/src/commands/repository/merge_rule/list.rs
14
4.76
-1.36% crates/prbot/src/args.rs
17
0.0
0.0% crates/prbot-ghapi-github/src/github.rs
Jobs
ID Job ID Ran Files Coverage
1 9387925102.1 05 Jun 2024 04:47PM UTC 256
75.73
GitHub Action Run
Source Files on build 9387925102
  • Tree
  • List 256
  • Changed 158
  • Source Changed 0
  • Coverage Changed 91
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6e7d7ac9 on github
  • Prev Build on main (#8550677301)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc