Skip to content
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

Control which new/changed files appear #78

Open
JonJagger opened this issue Feb 9, 2021 · 1 comment
Open

Control which new/changed files appear #78

JonJagger opened this issue Feb 9, 2021 · 1 comment

Comments

@JonJagger
Copy link
Member

JonJagger commented Feb 9, 2021

When you press [test] all your files are send to the runner service. It creates a new container and tar-pipes the files into it. It then runs cyber-dojo.sh (with a timeout). It then gathers stdout/stderr/status and determines the traffic-light colour.
It also returns new/changed text files. This is to support Approval Style test frameworks. However, some start-points have coverage, and these also generate text files. Eg gcovr generates .gcno files.
We need an allow_list, eg specifying file extensions, which control which generated/changed text files coming back from the runner are actually updated in the browser.

@JonJagger
Copy link
Member Author

This should be specified in the start-point manifest.
It should happen in the browser.
It should be editable in the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant