fidelity / spock

spock is a framework that helps manage complex parameter configurations during research and development of Python applications
https://fidelity.github.io/spock/
Apache License 2.0
122 stars 13 forks source link

spockTuner stubs + random fixes + more tune addon tests #208

Closed ncilfone closed 2 years ago

ncilfone commented 2 years ago

added a few more tests for tune coverage.

added stubs for the spockTuner decorator

clean up of some old code

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1730325994

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
spock/args.py 1 2 50.0%
spock/backend/typed.py 4 5 80.0%
<!-- Total: 16 18 88.89% -->
Totals Coverage Status
Change from base Build 1729335165: 1.0%
Covered Lines: 1699
Relevant Lines: 1770

💛 - Coveralls