File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,16 @@ The standard `unittest` library is used for running the tests.
68
68
$ python -m unittest
69
69
```
70
70
71
+ ## Code Coverage
72
+
73
+ To run the tests and generate a code coverage report:
74
+
75
+ ``` bash
76
+ pytest --cov=. tests/
77
+ ```
78
+
71
79
## About
72
80
73
81
OpenBAS is a product designed and developed by the company [ Filigran] ( https://filigran.io ) .
74
82
75
- <a href =" https://filigran.io " alt =" Filigran " ><img src =" https://github.com/OpenBAS-Platform/openbas/raw/master/.github/img/logo_filigran.png " width =" 300 " /></a >
83
+ <a href =" https://filigran.io " alt =" Filigran " ><img src =" https://github.com/OpenBAS-Platform/openbas/raw/master/.github/img/logo_filigran.png " width =" 300 " /></a >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ isort>=5.10
5
5
pre-commit~=4.1
6
6
pytest~=8.1
7
7
pytest-cases~=3.6
8
- pytest-cov~=4 .1
8
+ pytest-cov~=6 .1
9
9
pytest_randomly~=3.8
10
10
types-python-dateutil>=2.8
11
11
types-pytz>=2021.3.5
You can’t perform that action at this time.
0 commit comments