Skip to content

Commit

Permalink
Merge pull request #1 from triptijain2112/patch-1
Browse files Browse the repository at this point in the history
Update publish_test_results.py
  • Loading branch information
dogirala authored Sep 14, 2023
2 parents 0143842 + 76b70f6 commit 1209a7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/publish_test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,15 @@ def main(settings: Settings, gha: GithubAction) -> None:
parsed = parse_files(settings, gha)
log_parse_errors(parsed.errors, gha)

logger.info(f'Parsed output: {parsed}')

# process the parsed results
results = get_test_results(parsed, settings.dedup_classes_by_file_name)

logger.info(f'Results output: {results}')

logger.info(f'Will be making TCM POST API Calls here')

# turn them into stats
stats = get_stats(results)

Expand Down

0 comments on commit 1209a7d

Please sign in to comment.