Skip to content
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

[Tooling]: Changed Generate Script to Skip Diffing Generated Comments & Timestamp #3466

Merged
merged 2 commits into from
Jul 15, 2023

Conversation

BethanyG
Copy link
Member

The generated timestamp in practice exercise test files was causing CI to always fail.
Because of the way the CI was checking for changes (by regenerating the test file on the fly with a new timestamp), there was always going to be a difference.

These changes move the comment and timestamp to the top of test files and have the check skip those lines for the purposes of the on-the-fly diff, since the comment and timestamp are not significant in determining a code change in test files.

@BethanyG BethanyG merged commit b49664a into exercism:main Jul 15, 2023
8 checks passed
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.

1 participant