Skip to content

Conversation

@Bhupesh-V
Copy link
Collaborator

[0.6] - Jan 5, 2020

Added

  • New optional argument, number_of_runs in run() method, use this to specify no.of times you want to run the code. Default is set to 1.
  • Ported NEW Languages. CodeRunner now supports all languages provided by Judge0.
  • setFlags(options) for setting options for the compiler (i.e. compiler flags).
  • setArguments(arguments) for setting Command line arguments for the program.

Changed

  • Minor internal improvemets.

- run() accepts number of times to run the code.
- new method setFlags() to set compiler options(flags)
- All languages ported from Judge0
@codecov
Copy link

codecov bot commented Jan 5, 2020

Codecov Report

Merging #4 into master will decrease coverage by 7.69%.
The diff coverage is 55%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #4     +/-   ##
=========================================
- Coverage   95.87%   88.18%   -7.7%     
=========================================
  Files           3        3             
  Lines         194      220     +26     
=========================================
+ Hits          186      194      +8     
- Misses          8       26     +18
Impacted Files Coverage Δ
tests.py 100% <100%> (ø) ⬆️
coderunner/coderunner.py 78.86% <51.35%> (-12.9%) ⬇️

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 7a8c40d...85146b7. Read the comment docs.

@Bhupesh-V Bhupesh-V merged commit 508dd6e into master Jan 5, 2020
@Bhupesh-V Bhupesh-V deleted the dev branch January 5, 2020 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants