Skip to content

Commit

Permalink
remove coveralls and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepusateri committed Feb 3, 2024
1 parent 9fd1d54 commit a4093ec
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 526 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run test-ci
- run: npm test
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# graphql-list-fields
[![Build Status](https://travis-ci.org/jakepusateri/graphql-list-fields.svg?branch=master)](https://travis-ci.org/jakepusateri/graphql-list-fields)
[![npm version](https://badge.fury.io/js/graphql-list-fields.svg)](https://badge.fury.io/js/graphql-list-fields)
[![Coverage Status](https://coveralls.io/repos/github/jakepusateri/graphql-list-fields/badge.svg?branch=master)](https://coveralls.io/github/jakepusateri/graphql-list-fields?branch=master)

When implementing a GraphQL server, it can be useful to know the list of fields being queried on
a given type. This module takes a GraphQLResolveInfo object and returns a list of fields.
Expand Down
Loading

0 comments on commit a4093ec

Please sign in to comment.