Skip to content

test: trim traffic CSVs for workflow testing#32

Merged
DanWahlin merged 1 commit intomainfrom
test/trim-csv-for-traffic-test
Mar 31, 2026
Merged

test: trim traffic CSVs for workflow testing#32
DanWahlin merged 1 commit intomainfrom
test/trim-csv-for-traffic-test

Conversation

@DanWahlin
Copy link
Copy Markdown
Collaborator

Removes last 4 days (03/27–03/30) from both .github/uvs.csv and .github/views.csv so the traffic-updater workflow has a gap to backfill when re-triggered.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 31, 2026 21:36
@DanWahlin DanWahlin assigned DanWahlin and unassigned DanWahlin Mar 31, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR trims the repository’s traffic snapshot CSVs to intentionally create a date gap, allowing the traffic-updater workflow to exercise its backfill behavior when re-triggered.

Changes:

  • Removed the most recent date rows from .github/views.csv
  • Removed the most recent date rows from .github/uvs.csv

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/views.csv Trims recent daily view entries to create a backfill gap for workflow testing.
.github/uvs.csv Trims recent daily unique visitor entries to create a backfill gap for workflow testing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 20 to 22
"03/23",3847
"03/24",3178
"03/25",3212
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description says it removes the last 4 days (03/27–03/30), but this file also drops 03/26 (5 days total: 03/26–03/30). Either update the PR description to match the actual trimmed range, or keep 03/26 in the CSV if the intent is only a 4‑day gap.

Copilot uses AI. Check for mistakes.
@DanWahlin DanWahlin self-assigned this Mar 31, 2026
@DanWahlin DanWahlin merged commit 21ca5da into main Mar 31, 2026
7 checks passed
@DanWahlin DanWahlin deleted the test/trim-csv-for-traffic-test branch March 31, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants