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

Qiskit / ecosystem / 24861800549

23 Apr 2026 10:21PM UTC coverage: 54.286%. First build
24861800549

Pull #1109

github

web-flow
Merge bfb1f9c1c into 811330a58
Pull Request #1109: [Checkups] G05: checks if the project is archived in github

4 of 10 new or added lines in 1 file covered. (40.0%)

874 of 1610 relevant lines covered (54.29%)

0.54 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

40.0
/ecosystem/validation/test_github.py
1
"""Validations involving section member.github"""
2

3
# pylint: disable=missing-function-docstring, redefined-outer-name
4

5
import pytest
1✔
6

7

8
@pytest.fixture
1✔
9
def skip_github(member):
1✔
NEW
10
    if member.github is None:
×
NEW
11
        pytest.skip("No github section")
×
NEW
12
    yield member
×
13

14

15
def test_archived(member):
1✔
16
    """G05"""
NEW
17
    if hasattr(member.github, "archived") and member.github.archived:
×
NEW
18
        assert hasattr(
×
19
            member, "status"
20
        ), "GitHub repository archived, so member.status must exist and be `archived`"
NEW
21
        assert (
×
22
            member.status == "archived"
23
        ), "GitHub repository archived, so member.status must be `archived`"
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