Skip to content

Commit

Permalink
Ignore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmreed committed Sep 22, 2023
1 parent b9604be commit c8ec070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadeploy/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class ProductCategoryViewSet(viewsets.ReadOnlyModelViewSet):

@method_decorator(cache_page(60*60*2))
def list(self, *args, **kwargs):
return super().list(*args, **kwargs)
return super().list(*args, **kwargs) # pragma: nocover


class ProductViewSet(
Expand Down

0 comments on commit c8ec070

Please sign in to comment.