Skip to content

Commit

Permalink
🌟 qol: remove coverage pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Jul 2, 2023
1 parent 61ab4d7 commit 4a8cf4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ repos:
language: system
types: [rust]
pass_filenames: false
- id: coverage
name: coverage tests
entry: sh scripts/test --cov
language: system
types: [rust]
pass_filenames: false
# - id: coverage
# name: coverage tests
# entry: sh scripts/test --cov
# language: system
# types: [rust]
# pass_filenames: false

0 comments on commit 4a8cf4a

Please sign in to comment.