#
code-coverage
Here are 15 public repositories matching this topic...
ACVTool is a novel tool for measuring black-box code coverage of Android applications.
-
Updated
Jan 23, 2019 - Python
A file format fuzzer base on deep neural networks.
-
Updated
Apr 13, 2020 - Python
Shortcuts for AWS EC2 Instance Control from the command-line: list, start, stop and ssh
aws
travis-ci
pytest
aws-ec2
ec2-instance
tox
code-coverage
aws-console
aws-shell
aws-manage
aws-ssh
aws-cli-utilities
python-tests
pypi-package
cicd-pipeline
appveyor-ci
-
Updated
Jun 10, 2018 - Python
Replication package for the paper "Systematically Covering Input Structure" published at ASE 2019
-
Updated
Dec 3, 2019 - Python
GoldRusher: A Miner for Rapid Identification of Hidden Code
-
Updated
Mar 21, 2018 - Python
Set Coverage Analysis Tool for GCov
-
Updated
Jun 20, 2016 - Python
Python package that searches a 2D grid of letters for valid English words. Using set() and TRIE.
-
Updated
Apr 12, 2018 - Python
This project provides the production ready boiler plate to start Rest Api development in python using flask
travis-ci
pytest
production-ready
code-coverage
flask-restplus
flask-sqlalchemy
flask-restful
azure-devops
flask-swagger
-
Updated
Jun 8, 2020 - Python
-
Updated
Aug 2, 2019 - Python
Code coverage report for builds hosted on Azure DevOps.
-
Updated
Mar 6, 2020 - Python
Python cheatsheet and "cheatcode" for Python usage, testing and continuous integration.
-
Updated
Sep 17, 2019 - Python
a dynamic analysis tool to find interactions among configuration options in highly-configurable software.
-
Updated
May 16, 2020 - Python
Continuous Integration Hello World Project
python
continuous-integration
ci
test-automation
pytest
travis
codecov
test-driven-development
code-coverage
-
Updated
Oct 9, 2019 - Python
A simple subscription system, wrote with Python 3, with no framework support. TDD approach
-
Updated
May 8, 2020 - Python
Improve this page
Add a description, image, and links to the code-coverage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-coverage topic, visit your repo's landing page and select "manage topics."
If I understood the docs correctly,
--disable-coverage-initis supposed to allow updating already existing coverage information with new test cases. However, I was unable to make it work, since it either complains that an existingcovdirectory was found or, if told to overwrite the directory with-O, it says/tmp/afl-ramdisk/out/cov/lcov/trace.lcov_info_final.Could you add an example