Yoast / PHPUnit-Polyfills

Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests
BSD 3-Clause "New" or "Revised" License
173 stars 13 forks source link

GH Actions: fix failing remark build #124

Closed jrfnl closed 1 year ago

jrfnl commented 1 year ago

GH Actions: fix failing build

Somewhere in the Remark toolchain something has changed which means that it now throws warnings about the cell padding for aligned tables.

As those aligned tables are by design (for readability during maintenance of the markdown), this commit is set up to removes those warnings and to enforce aligned tables.

Failing build: https://github.com/Yoast/PHPUnit-Polyfills/actions/runs/4977022049/jobs/8905635380

Refs:

README: minor formatting fix

This table wasn't aligned (yet) due to its size. Fixed now.

coveralls commented 1 year ago

Coverage Status

Coverage: 96.439%. Remained the same when pulling 6f04157e7b5a75625c8ad30a3f7cb5291b125cf6 on feature/remark-fix-build into 7607c773bea9a7a0c76c25bde529219378cf651d on 1.x.