Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Update to use Jest #124

Merged
merged 7 commits into from
Apr 4, 2019
Merged

Update to use Jest #124

merged 7 commits into from
Apr 4, 2019

Conversation

eddiemoore
Copy link
Collaborator

Change to use Jest instead of Mocha.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@eddiemoore eddiemoore requested a review from hootener April 2, 2019 13:05

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* master:
  Satisfy ESLint configuration
  Fixed path to npm bin folder
  merge package-lock.json from upstream
  added documentation
  fixed wrong fixture file names
  lock dependencies
  remove timer because slow CI servers need more than half a second before data is flowing - switch to use --pipe or -l as signal to codecov to recieve data via stdin
  check if the stale state was due to using the data event instead of the readable event
  be very explicit about exiting process and clearing timeout
  explicitly kill the child process after the test has run
  disable piping support to see how that affects CI builds
  disable pipe test
  use data event instead of readable to avoid stale state
  initial support for piped lcov report
  test for piped report
@codecov
Copy link

codecov bot commented Apr 4, 2019

Codecov Report

Merging #124 into master will increase coverage by 42.35%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #124       +/-   ##
===========================================
+ Coverage    46.6%   88.95%   +42.35%     
===========================================
  Files          17       19        +2     
  Lines         309      317        +8     
  Branches       80       80               
===========================================
+ Hits          144      282      +138     
+ Misses        165       35      -130
Impacted Files Coverage Δ
lib/services/shippable.js 100% <0%> (ø)
lib/offline.js 100% <0%> (ø)
lib/detect.js 92.3% <0%> (+15.38%) ⬆️
lib/codecov.js 81.81% <0%> (+40.1%) ⬆️
lib/services/drone.js 100% <0%> (+42.85%) ⬆️
lib/services/appveyor.js 100% <0%> (+50%) ⬆️
lib/services/semaphore.js 100% <0%> (+50%) ⬆️
lib/services/cirrus.js 100% <0%> (+50%) ⬆️
lib/services/wercker.js 100% <0%> (+50%) ⬆️
lib/services/buildkite.js 100% <0%> (+50%) ⬆️
... and 7 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 d81c4f4...f87b6e6. Read the comment docs.

@eddiemoore eddiemoore merged commit b811a12 into master Apr 4, 2019
@eddiemoore eddiemoore deleted the jest branch April 4, 2019 01:04
@jerrode
Copy link

jerrode commented Apr 4, 2019

<3 <3 @eddiemoore

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants