Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(linux): small coverage fixes #1188

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Commits on Jan 13, 2024

  1. ci(linux): use sqop instead of gpgv

    sqop is an implementation of the Stateless OpenPGP Command Line
    Interface, a draft RFC which describes a simple and interoperable
    OpenPGP CLI which works really well for automated scripts.
    
    Due to recent events in the OpenPGP ecosystem, historical users of
    OpenPGP and GnuPG started an effort to migrate to sop, this "new"
    interoperable interface. If you're interested, have a look at
    <https://lists.debian.org/debian-devel/2024/01/msg00026.html>.
    
    Using sop makes the Coverage step a bit faster, since there's no need to
    use the full GnuPG suite, designed for interactive use.
    
    You can learn more about the RFC here:
    <https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/>.
    Tachi107 committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    da7dd46 View commit details
    Browse the repository at this point in the history
  2. ci(linux): drop lcov usage

    I haven't been able to make lcov 2.0 work for us, so let's just drop it
    and directly use gcov instead, since codecov supports it as well.
    Tachi107 committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    86bcf34 View commit details
    Browse the repository at this point in the history