mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
getting stats for repos that actually have tests
This commit is contained in:
@ -97,7 +97,7 @@ def process_repo(repo_name):
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
repos = pd.read_csv("results.csv")
|
repos = pd.read_csv("results.csv")
|
||||||
repos = repos[repos["good_repo_for_crab"] == True]
|
repos = repos[(repos["good_repo_for_crab"] == True) & (repos["n_tests"] > 0)]
|
||||||
stats = []
|
stats = []
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user