move coverage.py to root directory

This commit is contained in:
Alex Bates 2020-08-19 12:54:50 +01:00
parent 30f57eee9f
commit 150f245ffe
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706
2 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ You're on your own now. Get your C code compiling to match the original assembly
If you use Visual Studio Code, you can use _Run Test Task_ to run `diff.py` and show you errors and warnings from the compiler inline. You might want to attach _Run Test Task_ to a keybinding, as you'll be using it often.
Once you've matched a function, delete its assembly file. Run `./coverage.py --delete-matched` to do this automatically.
## FAQ
* If you received the following error when running `make`: