Skip to content

Commit

Permalink
fix: omit core form coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Dec 28, 2023
1 parent 1b5f8ad commit 938710c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ dependencies = { file = ["requirements.txt"] }

# Used by pytest coverage
[tool.coverage.run]
omit = ["runpod/_version.py"]
omit = ["runpod/_version.py", "runpod/core.py"]
1 change: 0 additions & 1 deletion runpod/serverless/core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
""" Core functionality for the runpod serverless worker. """
# pragma: no cover

import ctypes
import inspect
Expand Down

0 comments on commit 938710c

Please sign in to comment.