mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
actually fix coverage.py this time
This commit is contained in:
parent
325fec679c
commit
f708590e44
@ -7,8 +7,8 @@ import re
|
||||
from glob import glob
|
||||
|
||||
DIR = path.dirname(__file__)
|
||||
C_FILES = glob(path.join(DIR, "../src/*.c"))
|
||||
ASM_FILES = glob(path.join(DIR, "../asm/nonmatchings/**/*.s"))
|
||||
C_FILES = glob(path.join(DIR, "src/*.c"))
|
||||
ASM_FILES = glob(path.join(DIR, "asm/nonmatchings/**/*.s"))
|
||||
|
||||
def strip_c_comments(text):
|
||||
def replacer(match):
|
||||
|
Loading…
Reference in New Issue
Block a user