File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 30
30
pip install -r tests/requirements.txt
31
31
- name : Test with pytest
32
32
run : |
33
- pytest
33
+ pytest --cov-report= --cov=btrdb # suppress coverage report here
34
+ - name : Coverage Report
35
+ run : |
36
+ coverage report -m
34
37
35
38
36
39
release :
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v4.5 .0
4
4
hooks :
5
5
- id : check-yaml
6
6
- id : end-of-file-fixer
7
7
- id : trailing-whitespace
8
8
exclude : ^(setup.cfg|btrdb/grpcinterface)
9
9
- repo : https://github.com/psf/black
10
- rev : 23.3 .0
10
+ rev : 23.12 .0
11
11
hooks :
12
12
- id : black-jupyter
13
13
args : [--line-length=88]
14
14
exclude : btrdb/grpcinterface/.*\.py
15
15
- repo : https://github.com/pycqa/isort
16
- rev : 5.11.5
16
+ rev : 5.13.2
17
17
hooks :
18
18
- id : isort
19
19
name : isort (python)
20
20
args : [--profile=black, --line-length=88]
21
21
exclude : btrdb/grpcinterface/.*\.py
22
22
- repo : https://github.com/PyCQA/flake8
23
- rev : 6.0 .0
23
+ rev : 6.1 .0
24
24
hooks :
25
25
- id : flake8
26
26
args : [--config=setup.cfg]
You can’t perform that action at this time.
0 commit comments