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

test: convert integration tests to use jest #803

Merged
merged 4 commits into from Nov 9, 2018

Conversation

dpopp07
Copy link
Contributor

@dpopp07 dpopp07 commented Nov 8, 2018

Converted the integration tests to use jest rather than mocha. This will allow the coverage to be reported in one command and removes unneeded dependencies.

Marking as in progress because, according to my dry run, semantic-release still thinks the next release to make is 3.12.0. Resolved

@codecov-io
Copy link

codecov-io commented Nov 8, 2018

Codecov Report

Merging #803 into master will increase coverage by 39.12%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #803       +/-   ##
===========================================
+ Coverage   56.52%   95.65%   +39.12%     
===========================================
  Files          37        2       -35     
  Lines        4660       46     -4614     
  Branches      587        2      -585     
===========================================
- Hits         2634       44     -2590     
+ Misses       1595        2     -1593     
+ Partials      431        0      -431
Impacted Files Coverage Δ
test/resources/auth_helper.js 77.77% <100%> (ø)
natural-language-classifier/v1.ts
lib/helper.ts
natural-language-classifier/v1-generated.ts
assistant/v1.ts
speech-to-text/v1.ts
language-translator/v3.ts
discovery/v1-generated.ts
discovery/v1.ts
text-to-speech/v1-generated.ts
... and 28 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da5b73d...2b25867. Read the comment docs.

@dpopp07 dpopp07 merged commit 663a70f into master Nov 9, 2018
@dpopp07 dpopp07 deleted the convert-integration-tests branch November 9, 2018 16:37
@watson-github-bot
Copy link
Member

🎉 This PR is included in version 3.13.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants