Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-23 13:31:46 +01:00
committed by GitHub
parent 4bffe35e80
commit 1fcec69aad

View File

@@ -47,7 +47,8 @@ jobs:
}
print str
}
}' Stats3 > StatsTmp && mv StatsTmp Stats3
}' Stats3 > StatsTmp && mv StatsTmp .github/Stats3
cd .github || true
# Add download count to names
build_list="$(head -n 1 Stats3)"
# shellcheck disable=SC2206
@@ -100,6 +101,7 @@ jobs:
)
#plot for [i=1:*] 'Stats3' using 0:i
rm Stats3
cd .. || true
- name: Create individual stats
run: |
@@ -177,6 +179,7 @@ jobs:
fi || true
done
# Clean files
rm StatsTmp2
rm Stats3
- name: Create global stats
run: |
@@ -202,7 +205,8 @@ jobs:
}
print str
}
}' Stats3 > StatsTmp && mv StatsTmp Stats3
}' Stats3 > StatsTmp && mv StatsTmp .github/Stats3
cd .github || true
sed -i "1d" Stats3
# Plot graph
gnuplot-nox -persist <<-EOFMarker
@@ -221,6 +225,7 @@ jobs:
plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth bezier
EOFMarker
rm Stats3
cd .. || true
- name: Update stars
run: |
echo "Starting run"