Skip to content

Commit 1c44d26

Browse files
author
Alessio Ababilov
committed
Update .coveragerc
Set up proper source and omit options. Change-Id: Ia067d229eb3d7a5806364de22724c16166950bc1 Implements: blueprint update-coveragerc
1 parent b26cb5b commit 1c44d26

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.coveragerc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[run]
2+
branch = True
3+
source = openstackclient
4+
omit = openstackclient/openstack/*
5+
6+
[report]
7+
ignore-errors = True

0 commit comments

Comments
 (0)