Skip to content

04 10 2024 Meeting

Adam De Fouw edited this page Apr 10, 2024 · 22 revisions

13.1.37 RSVC status update for ATS:

13.7.15 RSVC status update for ATS:

14.0.6 RSVC status update for ATS:

RCTF Diff between 13.1.37 and 14.0.6:

https://github.com/aldefouw/rctf/compare/v1.0.52...v1.0.54

Code Coverage using XDebug

  • Most of our features are driven by functional requirements
  • We're relying on the Change Log - which is good, but doesn't tell the whole story
  • Code coverage metrics will allow us to see what PHP code is being hit
  • Actively working on implementing this
  • Big challenge is that since we'll run the tests in parallel, we'll need to use combine the reports from each machine together at the end
  • Making some good progress - already have code coverage metrics working on CI machines, just need to fix ability to combine XML reports
Clone this wiki locally