1. 14 May, 2020 3 commits
    • Frederic Caplette's avatar
      Add documentation for download code coverage · 43c4e289
      Frederic Caplette authored
      This add a simple entry in our doc to mention
      where in the application can you download
      the code coverage csv
      43c4e289
    • Frederic Caplette's avatar
      Add download code coverage button · b0d1d17f
      Frederic Caplette authored
      In the repo analytics, we add a
      button that will allow a user
      to download the last 3 months
      code coverage statistics.
      b0d1d17f
    • Erick Bajao's avatar
      Allow downloading of daily coverage · 82a668e0
      Erick Bajao authored
      This is the backend work for the download feature.
      The contoller exposes options for the frontend to use for rendering
      the download button and later on the actual code coverag graph.
      
      Also, adds a single batch csv builder into its own class.
      
      This simplifies things and makes intent clearer when using a
      separate class for single batch CSV builder.
      82a668e0
  2. 12 May, 2020 37 commits