Skip to content

Commit 779440e

Browse files
Apply remarks with coverage
1 parent a0785bb commit 779440e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/gen_coverage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ def main():
155155
args = parse_args()
156156
setup_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
157157

158-
env = os.environ.copy()
159-
160158
c_compiler, cxx_compiler = resolve_compilers(
161159
args.oneapi,
162160
args.c_compiler,
@@ -178,6 +176,8 @@ def main():
178176
)
179177
cmake_args.append("-DDPNP_GENERATE_COVERAGE=ON")
180178

179+
env = os.environ.copy()
180+
181181
if args.bin_llvm:
182182
bin_llvm = args.bin_llvm
183183
else:

0 commit comments

Comments
 (0)