.gitignore
README.md
pyproject.toml
requirements.txt
.github/workflows/ci.yml
SmokeCrossFit.egg-info/PKG-INFO
SmokeCrossFit.egg-info/SOURCES.txt
SmokeCrossFit.egg-info/dependency_links.txt
SmokeCrossFit.egg-info/requires.txt
SmokeCrossFit.egg-info/top_level.txt
crossfit/__init__.py
crossfit/bin/tools/jacococli.jar
crossfit/commands/__init__.py
crossfit/commands/command.py
crossfit/commands/command_builder.py
crossfit/executors/__init__.py
crossfit/executors/executor.py
crossfit/executors/executor_factory.py
crossfit/executors/local_executor.py
crossfit/models/__init__.py
crossfit/models/command_models.py
crossfit/models/executor_models.py
crossfit/models/tool_models.py
crossfit/refs/__init__.py
crossfit/tools/__init__.py
crossfit/tools/dotnet_coverage.py
crossfit/tools/jacoco.py
crossfit/tools/tool.py
crossfit/tools/tool_factory.py
testing/conftest.py
testing/helpers/command/f1.txt
testing/helpers/tools/dotnetcoverage/s1.cobertura.xml
testing/helpers/tools/dotnetcoverage/s2.cobertura.xml
testing/helpers/tools/dotnetcoverage/classfiles/.gitkeep
testing/helpers/tools/dotnetcoverage/sourcecode/.gitkeep
testing/helpers/tools/dotnetcoverage/sourcecode/Dummy.cs
testing/helpers/tools/jacoco/f1.exec
testing/helpers/tools/jacoco/f2.exec
testing/helpers/tools/jacoco/classfiles/.gitkeep
testing/helpers/tools/jacoco/sourcecode/.gitkeep
testing/sanity/test_dotnet_coverage.py
testing/sanity/test_jacoco.py
testing/unit-tests/command_tests/test_command.py
testing/unit-tests/command_tests/test_command_builder.py
testing/unit-tests/executors_tests/test_executor.py
testing/unit-tests/executors_tests/test_local_executor.py
testing/unit-tests/tools_tests/test_dotnet_coverage.py
testing/unit-tests/tools_tests/test_jacoco.py
testing/unit-tests/tools_tests/test_tool.py