• grrgyle@slrpnk.net
      link
      fedilink
      arrow-up
      27
      arrow-down
      1
      ·
      1 month ago

      Checking the ci logs for the past week, like:

      86 test suites passed successfully
          ❌ 0 failures
          ✅ 0 success
          🤷‍♂️ 1785 skipped
      
    • TheSlad@sh.itjust.works
      link
      fedilink
      arrow-up
      21
      ·
      1 month ago

      Ive heard of stories where people would have an imposed test coverage percentage requirement… and they would just have a single dummy method that printed “.” to the console thousands of times. They then have a single test for that one method, and whenever their codebase grows to big, they add more lines to it so that the dummy method has enough lines to meet the test coverage requirement.