facebookresearch / CompilerGym

Reinforcement learning environments for compiler and program optimization tasks
https://compilergym.ai/
MIT License
906 stars 127 forks source link

Update bug fix issue template #676

Closed ChrisCummins closed 2 years ago

ChrisCummins commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #676 (96ee4ca) into development (63dbfac) will decrease coverage by 0.06%. The diff coverage is 100.00%.

@@               Coverage Diff               @@
##           development     #676      +/-   ##
===============================================
- Coverage        88.36%   88.30%   -0.07%     
===============================================
  Files              125      125              
  Lines             7565     7565              
===============================================
- Hits              6685     6680       -5     
- Misses             880      885       +5     
Impacted Files Coverage Δ
compiler_gym/util/gym_type_hints.py 100.00% <100.00%> (ø)
...er_gym/third_party/inst2vec/inst2vec_preprocess.py 69.73% <0.00%> (-4.22%) :arrow_down:
compiler_gym/util/commands.py 83.33% <0.00%> (-2.39%) :arrow_down:
...loop_tool/service/loop_tool_compilation_session.py 88.51% <0.00%> (-1.36%) :arrow_down:
compiler_gym/envs/llvm/datasets/cbench.py 80.50% <0.00%> (+1.08%) :arrow_up:
compiler_gym/service/connection.py 80.84% <0.00%> (+1.94%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 63dbfac...96ee4ca. Read the comment docs.

ChrisCummins commented 2 years ago

Many thanks for the review @dpacgopinath!