Skip to content
Snippets Groups Projects
Select Git revision
  • 6bbbc6c2f6353bf5d78a429e8ddfb29180daca78
  • develop default protected
  • production protected
  • nixpkgs-upgrade-2025-06-16
  • nixpkgs-upgrade-2024-12-23
  • 190-our-regular-updates-fill-up-the-servers-boot-partitions
  • nixpkgs-upgrade-2024-10-14
  • hro-cloud protected
  • 162.flexible-grafana-module
  • nixpkgs-upgrade-2024-05-13
  • nixpkgs-upgrade-2024-04-22
  • nixpkgs-upgrade-2024-03-25
  • nixpkgs-upgrade-2024-03-18
  • nixpkgs-upgrade-2024-03-11
  • nixpkgs-upgrade-2024-03-04
  • 163.jp-to-ben-for-prod
  • nixpkgs-upgrade-2024-02-26
  • 164.grafana-alert-rules
  • 157.authorize-new-hro-key
  • nixpkgs-upgrade-2024-02-19
  • nixpkgs-upgrade-2024-02-12
21 results

issuer-aws.nix

Blame
  • .coveragerc 1.35 KiB
    [run]
    source =
        _zkapauthorizer
        twisted.plugins.zkapauthorizer
    
    # Measuring branch coverage is slower (so the conventional wisdom goes) but
    # too bad: it's an important part of the coverage information.
    branch = True
    
    # Whether or not we actually collect coverage information in parallel, we need
    # to have the coverage data files written according to the "parallel" naming
    # scheme so that we can use "coverage combine" later to rewrite paths in the
    # coverage report.
    parallel = True
    
    omit =
    # The Versioneer version file in the repository is generated by
    # Versioneer.  Let's call it Versioneer's responsibility to ensure it
    # works and not pay attention to our test suite's coverage of it.  Also,
    # the way Versioneer works is that the source file in the repository is
    # different from the source file in an installation - which is where we
    # measure coverage.  When the source files differ like this, it's very
    # difficult to produce a coherent coverage report (measurements against
    # one source file are meaningless when looking at a different source
    # file).
        */_zkapauthorizer/_version.py
    
    [paths]
    source =
    # It looks like this in the checkout
        src/
    # It looks like this in the Nix build environment
        /nix/store/*/lib/python*/site-packages/
    # It looks like this in the Windows build environment
        C:\hostedtoolcache\windows\Python\2.7.18\x64\Lib\site-packages\