Files
httprunner/.gitignore
debugtalk 534f85120c test:
1, migrate from travis CI to github actions;
2, migrate from coveralls to codecov.
2019-12-13 23:28:21 +08:00

19 lines
163 B
Plaintext

*.pyc
__pycache__
.DS_Store
.vscode
.idea
.pypirc
*/tmp/*
build/*
dist/*
*.egg-info
.python-version
logs
.coverage
locustfile.py
site/
reports
.venv
*.xml
htmlcov/