Skip to content

Commit a3bab71

Browse files
Minor CI update
1 parent c1eec9a commit a3bab71

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

.github/workflows/gpu_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
# - ".github/workflows/gpu_tests.yml"
99
# - "modelopt/**"
1010
# - "tests/gpu/**"
11+
# - "pyproject.toml"
1112
# - "setup.py"
1213
# - "tox.ini"
1314

.github/workflows/multi_version_unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- ".github/workflows/multi_version_unit_tests.yml"
99
- "modelopt/**"
1010
- "tests/unit/**"
11+
- "pyproject.toml"
1112
- "setup.py"
1213
- "tox.ini"
1314

.github/workflows/partial_unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- ".github/workflows/partial_unit_tests.yml"
88
- "modelopt/**"
99
- "tests/unit/**"
10+
- "pyproject.toml"
1011
- "setup.py"
1112
- "tox.ini"
1213

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- ".github/workflows/unit_tests.yml"
88
- "modelopt/**"
99
- "tests/unit/**"
10+
- "pyproject.toml"
1011
- "setup.py"
1112
- "tox.ini"
1213

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ omit = ["*/plugins/*", "*/export/*"]
125125

126126

127127
[tool.coverage.report]
128-
fail_under = 70
128+
fail_under = 80
129129
skip_covered = true
130130
ignore_errors = true
131131
exclude_lines = [

0 commit comments

Comments
 (0)