mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +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
|
from glob import glob
|
||||||
|
|
||||||
DIR = path.dirname(__file__)
|
DIR = path.dirname(__file__)
|
||||||
C_FILES = glob(path.join(DIR, "../src/*.c"))
|
C_FILES = glob(path.join(DIR, "src/*.c"))
|
||||||
ASM_FILES = glob(path.join(DIR, "../asm/nonmatchings/**/*.s"))
|
ASM_FILES = glob(path.join(DIR, "asm/nonmatchings/**/*.s"))
|
||||||
|
|
||||||
def strip_c_comments(text):
|
def strip_c_comments(text):
|
||||||
def replacer(match):
|
def replacer(match):
|
||||||
|
Loading…
Reference in New Issue
Block a user