We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f014823 commit e60842aCopy full SHA for e60842a
2 files changed
.github/.coveragerc
@@ -0,0 +1,2 @@
1
+[run]
2
+omit = runpod/_version.py
.github/workflows/CI-pytests.yml
@@ -33,4 +33,4 @@ jobs:
33
pip install .[test]
34
35
- name: Run Tests
36
- run: pytest --omit=runpod/_version.py --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100 -W error -p no:cacheprovider -p no:unraisableexception
+ run: pytest --cov-conf=.coveragerc --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=100 -W error -p no:cacheprovider -p no:unraisableexception
0 commit comments