seantis / suitable
Showing 1 of 1 files from the diff.

@@ -313,6 +313,9 @@
Loading
313 313
                if self.api.is_valid_return_code(result['rc']):
314 314
                    success = True
315 315
316 +
            # Add success to result
317 +
            result['success'] = success
318 +
316 319
            if not success:
317 320
                log.error(u'{} failed on {}'.format(self, server))
318 321
                log.debug(u'ansible-output =>\n{}'.format(pformat(result)))
Files Coverage
suitable 93.92%
Project Totals (11 files) 93.92%
127.12
TRAVIS_PYTHON_VERSION=3.6
TRAVIS_OS_NAME=linux
TOXENV=py36-ansible27

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading