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

fedora-llvm-team / llvm-snapshots / 8615124518
92%
main: 56%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/urllib3-2.6.3
DEFAULT BRANCH: main
Ran 09 Apr 2024 11:46AM UTC
Jobs 1
Files 21
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

09 Apr 2024 11:44AM UTC coverage: 92.015%. First build
8615124518

Pull #380

github

kwk
Attempt to fix IndexError in test

```
 snapshot_manager/tests/github_util_test.py:69:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <github.PaginatedList.PaginatedList object at 0x7f60c5d27e00>, index = 0

    def __getitem__(self, index: Union[int, slice]) -> Any:
        assert isinstance(index, (int, slice))
        if isinstance(index, int):
            self.__fetchToIndex(index)
>           return self.__elements[index]
E           IndexError: list index out of range

/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/github/PaginatedList.py:77: IndexError
```
Pull Request #380: Invalidate old testing-farm request IDs and split up chroot comments

321 of 329 new or added lines in 10 files covered. (97.57%)

968 of 1052 relevant lines covered (92.02%)

0.92 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
98.38
snapshot_manager/snapshot_manager/testing_farm_util.py
5
16.67
snapshot_manager/tests/testing_farm_util_test.py
Jobs
ID Job ID Ran Files Coverage
1 8615124518.1 09 Apr 2024 11:46AM UTC 21
92.02
GitHub Action Run
Source Files on build 8615124518
  • Tree
  • List 21
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #8615124518
  • Pull Request #380
  • Next Build on invalidate-testing-farm-request-ids (#8632520696)
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

© 2026 Coveralls, Inc