Projects STRLCPY RTSPbrute Commits 8999cb5b
🤬
  • ■ ■ ■ ■ ■
    .gitlab-ci.yml
    skipped 16 lines
    17 17   
    18 18  test:
    19 19   script:
    20  - - pip install pytest
     20 + - pip install pytest pytest-cov
    21 21   - python -m pytest tests -v
     22 + - python -m pytest --cov=rtspbrute
    22 23   
Please wait...
Page is in error, reload to recover