• @xmunk
    link
    322 months ago

    Also, all the automated tests were commented out.

    • @[email protected]
      link
      fedilink
      252 months ago

      Checking the ci logs for the past week, like:

      86 test suites passed successfully
          ❌ 0 failures
          ✅ 0 success
          🤷‍♂️ 1785 skipped
      
    • @TheSlad
      link
      212 months 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.

      • @xmunk
        link
        102 months ago

        Percentage of lines covered by tests is such a terrible metric.

        • @TheSlad
          link
          92 months ago

          All metrics are terrible when used for anything other than objective analysis

          • lad
            link
            fedilink
            English
            21 month ago

            Yeah, every metric that can be applied automatically ends up becoming useless if people are incentivized to break it