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

Conversation

Tachi107
Copy link
Member

This PR finally fixes the CI Coverage step on Debian Testing, and also switches from gpgv to a sop implementation. See the individual commit messages for details :)

Copy link

codecov bot commented Jan 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1c733a1) 78.09% compared to head (dc6651f) 0.00%.

❗ Current head dc6651f differs from pull request most recent head 86bcf34. Consider uploading reports for the commit 86bcf34 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #1188       +/-   ##
==========================================
- Coverage   78.09%       0   -78.10%     
==========================================
  Files          53       0       -53     
  Lines        7077       0     -7077     
==========================================
- Hits         5527       0     -5527     
+ Misses       1550       0     -1550     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Tachi107
Copy link
Member Author

...and this doesn't actually fix the coverage step on Debian Testing, lcov 2.0 is creating more issues than expected. I'll try to see if we can ditch it and directly use gcov instead.

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 Tachi107 force-pushed the tachi-ci-linux-fixes branch 3 times, most recently from d87f4e9 to 1866abc Compare January 13, 2024 15:50
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci: coverage fails on debian:testing runners
2 participants