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

Tests not run in CircleCI #1

Open
sic2 opened this issue May 13, 2017 · 2 comments
Open

Tests not run in CircleCI #1

sic2 opened this issue May 13, 2017 · 2 comments

Comments

@sic2
Copy link
Member

sic2 commented May 13, 2017

Tests are not run in CircleCI because they were eating up too much memory.
See: https://github.com/stacs-srg/record-classification/blob/master/circle.yml#L2

Having no tests run, results in no code covarage reports.

This is what I found in the CircleCI documentation about limiting the JVM memory. Worth giving it a try.
https://circleci.com/docs/1.0/oom/

@sic2
Copy link
Member Author

sic2 commented May 13, 2017

Solved in 29991c1

@grahamkirby you could try to re-enable some of the tests that were disabled a few commits ago.

@grahamkirby
Copy link
Member

grahamkirby commented May 14, 2017 via email

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

No branches or pull requests

2 participants