lynxtaa / awesome-graphql-client

GraphQL Client with file upload support for NodeJS and browser
https://npm.im/awesome-graphql-client
MIT License
59 stars 7 forks source link

chore: use own implementation for file extraction #64

Open lynxtaa opened 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #64 (056d554) into master (09677b9) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #64   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         9    +1     
  Lines           89       126   +37     
  Branches        22        31    +9     
=========================================
+ Hits            89       126   +37     
Impacted Files Coverage Δ
src/AwesomeGraphQLClient.ts 100.00% <100.00%> (ø)
src/util/extractFiles.ts 100.00% <100.00%> (ø)
src/util/gql.ts 100.00% <100.00%> (ø)
src/util/isFileUpload.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 09677b9...056d554. Read the comment docs.