Skip to content

Commit

Permalink
chore: adds changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Aug 1, 2024
1 parent 9d1dc27 commit d88d254
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strange-socks-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@apollo/graphql-testing-library": patch
---

Adds `createHandlerFromSchema`
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
run: pnpm install

- name: Lint
run: pnpm run lint
run: pnpm run prettier

type-check:
name: Check types
Expand Down

1 comment on commit d88d254

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 88%
87.91% (131/149) 70% (35/50) 75.67% (28/37)
Tests Skipped Failures Errors Time
5 0 💤 0 ❌ 0 🔥 2.414s ⏱️
Coverage Report (88%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files87.917075.6788.96 
   handlers.ts93.5810081.2593.42111–121
   utilities.ts81.6955.8871.4284.0579, 126–137, 180–192

Please sign in to comment.