Skip to content

Commit e60842a

Browse files
committed
add: coverage file
1 parent f014823 commit e60842a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
omit = runpod/_version.py

.github/workflows/CI-pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
pip install .[test]
3434
3535
- 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
36+
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

Comments
 (0)