Skip to content

Conversation

@nfischer
Copy link
Member

No change to logic. This checks for stale README in the unit tests instead of by calling 'gendocs' directly.

The main goal is for GitHub CI to stop getting tripped up by package-lock.json formatting changes. npm install sometimes overwrites the package-lock file with a new format, and this breaks the after-travis step.

Test: node_modules/.bin/ava test/docs.js

No change to logic. This checks for stale README in the unit tests
instead of by calling 'gendocs' directly.

The main goal is for GitHub CI to stop getting tripped up by
package-lock.json formatting changes. `npm install` sometimes overwrites
the package-lock file with a new format, and this breaks the
after-travis step.

Test: node_modules/.bin/ava test/docs.js
@nfischer nfischer merged commit 964fb48 into main Nov 19, 2025
18 checks passed
@nfischer nfischer deleted the test-check-gendocs branch November 19, 2025 06:25
@codecov
Copy link

codecov bot commented Nov 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.52%. Comparing base (d44f3b9) to head (496a369).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1235      +/-   ##
==========================================
+ Coverage   97.47%   97.52%   +0.04%     
==========================================
  Files          35       36       +1     
  Lines        1467     1493      +26     
==========================================
+ Hits         1430     1456      +26     
  Misses         37       37              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants