Closed rorybyrne closed 4 years ago
coverage
.coveragerc
Some more goodies:
Adds dependabot configuration in .dependabot/
Adds a .github/ directory
Adds issue template
Adds a PR template
Adds a workflow for linting/testing via Github Actions
Adds a .gitignore file
.gitignore
Closes #4 Closes #7
What does this PR do?
coverage
to calculate the % of the source code "covered" by tests..coveragerc
file to configure the coverage tool.Some more goodies:
Adds dependabot configuration in .dependabot/
Adds a .github/ directory
Adds issue template
Adds a PR template
Adds a workflow for linting/testing via Github Actions
Adds a
.gitignore
fileWhy are we doing this?
Notes
Closes #4 Closes #7