add __init__ files to collect coverage

pull/1799/head
alpharush 2 years ago
parent d4d387e585
commit 718f3d2a7d
  1. 3
      .github/workflows/test.yml
  2. 0
      tests/e2e/compilation/__init__.py
  3. 0
      tests/e2e/detectors/__init__.py
  4. 0
      tests/e2e/solc_parsing/__init__.py
  5. 0
      tests/tools/read-storage/__init__.py
  6. 0
      tests/unit/core/__init__.py
  7. 0
      tests/unit/slithir/__init__.py
  8. 0
      tests/unit/utils/__init__.py

@ -56,7 +56,8 @@ jobs:
- name: unit / core, slithir, utils
run: |
pytest --cov=slither --cov-append tests/unit/
# TODO add back once solc-select issues figured out
pytest --cov=slither --cov-append tests/unit/core
python -m coverage report
- name: tools / slither-read-storage

Loading…
Cancel
Save