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

safe-global / safe-config-service / 3986954599

pending completion
3986954599

push

github

GitHub
Bump types-requests from 2.28.11.7 to 2.28.11.8

940 of 942 relevant lines covered (99.79%)

1.0 hits per line

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

100.0
/src/chains/migrations/0002_chain_transaction_service_url.py
1
# Generated by Django 3.2.4 on 2021-06-14 13:09
2

3
from django.db import migrations, models
1✔
4

5

6
class Migration(migrations.Migration):
1✔
7

8
    dependencies = [
1✔
9
        ("chains", "0001_initial"),
10
    ]
11

12
    operations = [
1✔
13
        migrations.AddField(
14
            model_name="chain",
15
            name="transaction_service_url",
16
            field=models.URLField(null=True),
17
        ),
18
    ]
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