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

First 8.0 stuff #210

Merged
merged 5 commits into from
Jun 25, 2017
Merged

First 8.0 stuff #210

merged 5 commits into from
Jun 25, 2017

Conversation

job13er
Copy link
Contributor

@job13er job13er commented Jun 25, 2017

This project uses semver, please check the scope of this pr:

  • #none# - documentation fixes and/or test additions
  • #patch# - backwards-compatible bug fix
  • #minor# - adding functionality in a backwards-compatible manner
  • #major# - incompatible API change

CHANGELOG

  • Refactored hook and hookQualifiers usage to align with best practices.
  • Added some more tests
  • Upgraded ember-cli-code-coverage to get accurate coverage numbers

@job13er job13er changed the base branch from master to 8.0-beta June 25, 2017 17:16
@@ -101,6 +93,6 @@
"name": "frost-nav"
},
"pr-bumper": {
"coverage": 95.24
"coverage": 69.61
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sadly, this is the actual accurate coverage information. The version of ember-cli-code-coverage we were using previously doesn't count coverage for modules that weren't loaded in test, so anything we were missing tests for wasn't reported properly. I also moved some .skip'd tests up from the it to the describe to more accurately reflect components we had no tests for.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling f3c3dfa on job13er:first-8.0-stuff into ** on ciena-frost:8.0-beta**.

@job13er
Copy link
Contributor Author

job13er commented Jun 25, 2017

Approved

Approved with PullApprove

@job13er job13er merged commit ff41f8e into ciena-frost:8.0-beta Jun 25, 2017
@job13er job13er deleted the first-8.0-stuff branch June 25, 2017 20:55
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

Successfully merging this pull request may close these issues.

None yet

2 participants