Why You Might Need This
A candidate's coding test submission lives in a private GitHub repository. If you need to share it outside Alva, you can download the whole submission as a zipped folder from GitHub.
Downloading the Submission
Click the candidate, then go to the Coding test tab - you'll find a link to their code repository on GitHub.
Once you have the repository opened, you should see a button labeled Branches. Click on that.
Here, you will see all available branches in the project. Underneath the heading Active branches, you should find the branch that your candidate has been working on. It is often titled implementation, patch or similar. Click on that branch.
You're now looking at the candidate's submission - more folders and files than before. Click the green
<> Codebutton, then under Local, download all files as a zipped folder.
đĄNote: A branch is another way of saying a version of a project. When a candidate starts working on their coding test they create their own branch, which is used to store any code they write.
Any Questions?
Use the chat in the bottom right corner to connect with a member of our support team.


