-
Notifications
You must be signed in to change notification settings - Fork 71
Add compile command #168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add compile command #168
Conversation
add default code style
C#のものに変更
@@ -1,48 +1,58 @@ | |||
#!/usr/bin/python3 | |||
|
|||
import argparse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
atcodertools/tools/setter.py
のtest coverageを上げるの難しいですかね?今50%付近で低めです
|
||
def get_test_command(self, filename: str, cwd: str = '.'): | ||
exec_filename = cwd + '/' | ||
if platform.system() == "Windows": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows 環境の挙動がテストでカバーできてないっぽいんで、何かしらのテストがあると嬉しいです
https://codecov.io/gh/kyuridenamida/atcoder-tools/pull/168/diff?src=pr&el=tree-more
以下を追加しました。