-
Notifications
You must be signed in to change notification settings - Fork 103
feat: standardize empty value on report.json #2004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit 1af08e9 📊 Notices ComparisonNew Errors (0 out of 1824 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (1 out of 1824 datasets, ~0%) ✅Details of new errors due to code change, which is less than the provided threshold of 1%.
New Warnings (0 out of 1824 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1824 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check0 out of 1824 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
📜 Memory Consumption
|
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit 479d5e5 📊 Notices ComparisonNew Errors (0 out of 1824 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (1 out of 1824 datasets, ~0%) ✅Details of new errors due to code change, which is less than the provided threshold of 1%.
New Warnings (0 out of 1824 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (1 out of 1824 datasets, ~0%) ✅Details of new errors due to code change, which is less than the provided threshold of 1%.
🛡️ Corruption Check0 out of 1824 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
Metric | Dataset ID | Reference (s) | Latest (s) | Difference (s) |
---|---|---|---|---|
Average | -- | 470.76 MiB | 459.63 MiB | ⬇️-11.14 MiB |
Median | -- | 335.92 MiB | 335.92 MiB | ⬇️0 bytes |
Standard Deviation | -- | 801.32 MiB | 740.72 MiB | ⬇️-60.60 MiB |
Minimum in References Reports | ro-vrancea-consiliul-judetean-vrancea-gtfs-1984 | 37.95 MiB | 37.95 MiB | ⬆️+3.02 KiB |
Maximum in Reference Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 10.66 GiB | 10.58 GiB | ⬇️-83.49 MiB |
Minimum in Latest Reports | us-pennsylvania-monroe-county-transportation-authority-mcta-gtfs-523 | 363.92 MiB | 35.89 MiB | ⬇️-328.03 MiB |
Maximum in Latest Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 10.66 GiB | 10.58 GiB | ⬇️-83.49 MiB |
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit 79d526f 📊 Notices ComparisonNew Errors (0 out of 1823 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1823 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1823 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1823 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check0 out of 1823 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
📜 Memory Consumption
|
This reverts commit e4b8b7b.
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit 1a5847b 📊 Notices ComparisonNew Errors (0 out of 1823 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1823 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1823 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1823 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check0 out of 1823 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
📜 Memory Consumption
|
Summary:
This PR standardizes the empty strings by populating the values with
""
instead ofN/A
in the generated report.json. Thereport.html
will still render"N/A"
for empty values.Closes #2003
Expected behavior:
Empty values are actually empty in the generated
report.json
instead of"N/A"
.Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything