Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with BugZoo to safely execute tests and to collect line coverage #52

Open
ChrisTimperley opened this issue Dec 15, 2017 · 0 comments
Assignees
Labels

Comments

@ChrisTimperley
Copy link
Contributor

ChrisTimperley commented Dec 15, 2017

We probably want to introduce a notion of ProgramVersion into blameandshame. A program (or project?) version represents the state of a particular project at a given commit. Right now, we're passing that information around as a Tuple[Project, git.Commit], but we should refactor those to be ProgramVersion instead.

Inside the ProjectVersion class we can store a representation of the project version as a bugzoo.Bug instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant