pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
305 B
14 lines
305 B
|
|
# Docs: https://coverage.readthedocs.org/en/latest/config.html
|
|
|
|
[run]
|
|
concurrency = gevent
|
|
omit =
|
|
steam/protobufs/*
|
|
steam/enums/*
|
|
|
|
branch = False
|
|
|
|
# If True, stores relative file paths in data file (needed for Github Actions).
|
|
# Using this parameter requires coverage>=5.0
|
|
relative_files = True
|
|
|