Describe the bug
The bug is that we currently don't ignore the coverage.json file so it is getting uploaded to GitHub where it is large.
To Reproduce
Steps to reproduce the behavior:
poetry run task coverage
git add
- `git commit '
git push
- look at GitHub
Expected behavior
We should not have the coverage.json file on GitHub because it is large. Our badges should not rely on the coverage.json file
Desktop (please complete the following information):
ALL OS
Describe the bug
The bug is that we currently don't ignore the
coverage.jsonfile so it is getting uploaded to GitHub where it is large.To Reproduce
Steps to reproduce the behavior:
poetry run task coveragegit addgit pushExpected behavior
We should not have the
coverage.jsonfile on GitHub because it is large. Our badges should not rely on thecoverage.jsonfileDesktop (please complete the following information):
ALL OS