-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
CircleCI test summary broken on daily-tests #3054
Comments
bummer. i'll take a look at this one |
So this may be a stretch, but the Mocha docs/v6 release notes enumerate which config files will be loaded automatically, and all the values listed are dot files https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#tada-enhancements-1 However, our root level mocha rc file is I'm setting up a small local project to test that out |
Yup! https://github.com/mochajs/mocha/blob/master/lib/cli/config.js#L23 and confirmed in my own local env. I'm honestly really surprised by this, but oh well. I'll open a PR to rename ours to |
Fixes #3054 Apparently mocha 6's new auto-config discovery only works with dotfiles. This renames our mocha rc files accordingly: `mocharc.yml` --> `.mocharc.yml` and solely to be consistent `mocharc-frontend.yml` --> ` .mocharc-frontend.yml` - https://github.com/mochajs/mocha/blob/master/lib/cli/config.js#L23 - https://mochajs.org/#configuring-mocha-nodejs - https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#tada-enhancements-1
Some time between https://circleci.com/gh/badges/daily-tests/159 and https://circleci.com/gh/badges/daily-tests/160, the test summary stopped working on the daily-tests. The failures for services don't show up, and main is showing 77 passed tests but several missing failures.
Maybe related to a dependency bump? Or the Mocha config change?
The text was updated successfully, but these errors were encountered: