Skip to content
  1. Oct 24, 2024
  2. Jun 21, 2024
    • Nathan Sircombe's avatar
      Merge branch 'main' into 'main' · 5a089189
      Nathan Sircombe authored
      Add coverage stats to CI.
      
      See merge request !1
      5a089189
    • Kevin Mooney's avatar
      Add coverage stats to CI. · 18bcda27
      Kevin Mooney authored
      This patch adds a CI pipeline that builds the project with --coverage,
      runs the unit tests and collects the coverage data with gcovr. A
      coverage statistic is printed to the console log, which is extracted
      with a regex. The current gitlab runners don't support SVE, so all
      coverage statistics for files containing the string "sve" are excluded.
      
      Unfortunately, gcovr's parser is unstable, so the docker image has been
      fixed to a version that is known to work for us, in this case ubuntu
      22.04.
      
      Putting keywords in the the top section is deprecated, so all default
      settings have been moved into a default section.
      
      DEBIAN_FRONTENT=noninteractive is set, to prevent apt waiting for user
      input.
      18bcda27
  3. Jun 12, 2024
    • Kevin Mooney's avatar
      OpenRNG 24.04 release. · 03a1a4c6
      Kevin Mooney authored
      This is the first release of OpenRNG. See README.md for an overview of
      the project and how to install it. See CONTRIBUTING.md for instructions
      on how to contribute to the project.
      v24.04
      03a1a4c6
Loading