mirror of
https://github.com/n64decomp/mk64
synced 2026-09-05 02:15:50 -04:00
Update Jenkinsfile (#97)
* Update Jenkinsfile * Update progress.py * Update Jenkinsfile
This commit is contained in:
@@ -272,6 +272,9 @@ if args.format == 'csv':
|
||||
str(TotalNonMatchingFunctions), str(TotalMipsToCFunctions)]
|
||||
|
||||
print(",".join(csv_list))
|
||||
elif args.format == 'badge1':
|
||||
print(round(srcPct, 2)+"%")
|
||||
|
||||
elif args.format == 'shield-json':
|
||||
# https://shields.io/endpoint
|
||||
print(json.dumps({
|
||||
|
||||
Reference in New Issue
Block a user