rbardini / jest-it-up

🌐📈 Automatically bump up global Jest thresholds whenever coverage goes above them
https://npm.im/jest-it-up
MIT License
64 stars 11 forks source link

fix(config): read `coverageDirectory` option from Jest config #5

Closed juzerzarif closed 3 years ago

juzerzarif commented 3 years ago

Fixes #4

Read coverage directory path from the jest config when provided, defaulting to coverage/.

juzerzarif commented 3 years ago

@rbardini Can you take a look?

codecov-io commented 3 years ago

Codecov Report

Merging #5 (54102f5) into master (676be2f) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #5   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines           67        67           
=========================================
  Hits            67        67           
Impacted Files Coverage Δ
lib/getData.js 100.00% <100.00%> (ø)
lib/index.js 100.00% <100.00%> (ø)

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 676be2f...54102f5. Read the comment docs.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.2.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

rbardini commented 3 years ago

Thanks for your contribution, @juzerzarif! 💖