Commit Graph

6 Commits

Author SHA1 Message Date
Brad P. Crochet 9883814cdc Switch to using stestr
When the TC merged I2637dd714cbb6d38ef8b8dc1083e359207118284 we're
supposed to invoke stestr rather than testr so lets do that

Change-Id: Icd303c37d2371d44726d55c947bbc8b9e99f2a1c
2018-05-30 14:46:25 -04:00
Dougal Matthews 7a929a9588 Include the missing lines in the coverage report
This should make it easier to see what files are different between the
two compared coverage reports.

Change-Id: I0367be79145ffb066c44342dcbe97e61a079d598
2017-03-07 08:31:41 +00:00
Dougal Matthews bc40d42dcb Don't use 'master' as that isn't always true
We are only comparing against master if the parent of the commit is
master. This isn't true if another patch merges after this is proposed
or it is in a series of commits and based on another review.

Change-Id: I2d0f827552fb431cf78a03f77e18b77ed406efd8
2017-03-07 08:31:21 +00:00
Dougal Matthews 5023bd4773 Add `coverage erase` to the cover report
Change-Id: I559222d3b6340c24e9b7f9249096482d6564668f
2017-03-06 09:20:53 +00:00
Sharat Sharma c374d98526 Remove wrong licensing
This file is wrongly licensed and copyrighted. So, removing it.

Change-Id: I1fcd6837f8c3dc432f76f1457859800c23117eeb
2017-02-06 12:57:58 +05:30
Sharat Sharma e36d7f8af2 Add script for unit test coverage job
This commit will add script and coverage config file that will allow to run
non voting coverage job which will detect any changes in the code coverage
for each commit on review.

Change-Id: I624d1228df0adf1f34a498e5e86b6b092e667f5f
2017-01-23 14:38:15 +05:30