-
Notifications
You must be signed in to change notification settings - Fork 53
Conversation
Generated by 🚫 dangerJS |
This is repo for the DB API endpoint: https://github.com/miroslavstastny/stardust-stats-azure (to be moved to stardust repo later) |
Codecov Report
@@ Coverage Diff @@
## master #821 +/- ##
=======================================
Coverage 93.54% 93.54%
=======================================
Files 21 21
Lines 728 728
Branches 73 69 -4
=======================================
Hits 681 681
Misses 47 47 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
if [ -n "${STATS_URI}" ]; then | ||
yarn stats:save | ||
else | ||
echo "STATS_URI not set, skipping" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems this should throw, no? Do we want silent passes when stats aren't being saved for some reason?
Part of #773.
Each CI build stores results of
yarn build:stats
to an external DB.Following data are stored:
No magic is currently done on DB side, data is stored as-is. Based on the required queries, we can restructure the data and migrate all existing ones.
No user-facing change, changelog left intentionally blank.