mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Tweak collections field description, try codecov.io reporting
This commit is contained in:
parent
8bc710091c
commit
6ae2fa259d
2 changed files with 4 additions and 1 deletions
|
|
@ -16,3 +16,4 @@ script:
|
|||
|
||||
after_success:
|
||||
- $(yarn bin)/nyc report --reporter=text-lcov | $(yarn bin)/coveralls
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
|
|
@ -227,7 +227,9 @@ export const releaseStatus = {
|
|||
|
||||
export const areas = linkedQuery(AreaConnection)
|
||||
export const artists = linkedQuery(ArtistConnection)
|
||||
export const collections = linkedQuery(CollectionConnection)
|
||||
export const collections = linkedQuery(CollectionConnection, {
|
||||
description: 'A list of collections containing this entity.'
|
||||
})
|
||||
export const events = linkedQuery(EventConnection)
|
||||
export const instruments = linkedQuery(InstrumentConnection)
|
||||
export const labels = linkedQuery(LabelConnection)
|
||||
|
|
|
|||
Loading…
Reference in a new issue