diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-21 14:54:57 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-21 15:46:43 +0200 |
commit | a05c15da2f0b291ac1c40fac5bbf6e52cd659b6f (patch) | |
tree | 79749a6dc49c6bd33d9c97f8fe48b1d751745738 /.gitignore | |
parent | 644b5bc8a35760654824c46cad8618e0d6e634bc (diff) | |
download | podman-a05c15da2f0b291ac1c40fac5bbf6e52cd659b6f.tar.gz podman-a05c15da2f0b291ac1c40fac5bbf6e52cd659b6f.tar.bz2 podman-a05c15da2f0b291ac1c40fac5bbf6e52cd659b6f.zip |
make localunit: record coverage
Inspirsed by CRI-O's coverage logic. Initial coverage is at 15.7
percent.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f0fdf4dc8..434a12759 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ /conmon/ contrib/spec/podman.spec *.coverprofile +coverprofile +/.coverage /docs/*.[158] /docs/*.[158].gz /docs/build/ |