dkress59 / wordpress-api-client

WordPress-API Client for JS/TS
https://dkress59.github.io/wordpress-api-client/
MIT License
18 stars 5 forks source link

E2E Test #3

Closed dkress59 closed 2 years ago

dkress59 commented 2 years ago

Implements full end-to-end test (which uncovered a few bugs, see FixMe)

codecov[bot] commented 2 years ago

Codecov Report

Merging #3 (a130d82) into main (8c4941c) will decrease coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              main       #3      +/-   ##
===========================================
- Coverage   100.00%   99.91%   -0.09%     
===========================================
  Files            6        6              
  Lines         1083     1112      +29     
  Branches        92       93       +1     
===========================================
+ Hits          1083     1111      +28     
- Misses           0        1       +1     
Impacted Files Coverage Δ
src/constants.ts 98.36% <100.00%> (-1.64%) :arrow_down:
src/wp-api-client.ts 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 8c4941c...a130d82. Read the comment docs.