mirror of https://github.com/pmret/papermario.git
move coverage.py to root directory
This commit is contained in:
parent
30f57eee9f
commit
150f245ffe
|
@ -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`:
|
||||
|
|
Loading…
Reference in New Issue