Skip to content

Commit

Permalink
Don't check coverage for management command
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincarrogan committed Jan 6, 2025
1 parent 68194e0 commit dda1214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edifact/management/commands/validate_usage_data_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
logger = logging.getLogger(__name__)


class Command(BaseCommand):
class Command(BaseCommand): # pragma: no cover
def handle(self, *args, **options):
self.stdout.write("Validating usage data parser…")
self.stdout.write("Checking all previous data against new parser…")
Expand Down

0 comments on commit dda1214

Please sign in to comment.