Commit a1e034e7 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

fix coverage

parent 6b3d8138
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
[report]
omit =
    tests/*
    remote_data_broker/local_data_broker/*
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -68,6 +68,6 @@ repos:
      - id: system
        name: Coverage
        description: use pytest to run unit tests with coverage
        entry: poetry run pytest  --cov=app --cov-fail-under=80 tests/unit
        entry: poetry run pytest  --cov=. --cov-fail-under=80 tests/unit
        pass_filenames: false
        language: system
 No newline at end of file