Skip to content

Commit 83bd022

Browse files
committed
remove coverage as pre-commit check in GHA
- project in early incubation - test coverage should not be a pre-commit Signed-off-by: tarilabs <matteo.mortari@gmail.com>
1 parent 0a41c21 commit 83bd022

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,3 @@ jobs:
6666
env:
6767
# Ensure pre-commit uses the specific versions from config
6868
PRE_COMMIT_HOME: ~/.cache/pre-commit
69-
70-
- name: Run tests with coverage
71-
run: |
72-
pytest --cov=src/evalhub --cov-report=term-missing --cov-fail-under=80

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ repos:
4545
language: system
4646
pass_filenames: false
4747
always_run: true
48-
args: [--cov=src/evalhub, --cov-report=term-missing, --cov-fail-under=45]
48+
args: [--cov=src/evalhub, --cov-report=term-missing]

0 commit comments

Comments
 (0)