Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-generated Pull Request for refactor/publication-fetch #222

Merged
merged 3 commits into from
Aug 22, 2023

Conversation

github-actions[bot]
Copy link

Pulling 'refactor/publication-fetch into develop. Please review and merge.

…nd github.com/hasura/go-graphql-client

The go.mod file has been updated to include indirect dependencies for
the packages github.com/google/uuid and
github.com/hasura/go-graphql-client.
… fetch publication information using GraphQL query

The code in publication.go has been refactored to add support for making
a GraphQL query to fetch publication information. A new method
ParsedInfoFromGraphql has been implemented which takes an ID as input
and returns the parsed publication information.
…InfoFromGraphql for improved clarity and consistency

The method call `pub.ParsedInfo` has been changed to
`pub.ParsedInfoFromGraphql` to provide a more descriptive and accurate
representation of the action being performed.
@pull-request-size pull-request-size bot added size/L and removed size/M labels Aug 22, 2023
@codeclimate
Copy link

codeclimate bot commented Aug 22, 2023

Code Climate has analyzed commit 45d24e1 and detected 0 issues on this pull request.

View more on Code Climate.

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #222 (45d24e1) into develop (704ee3e) will decrease coverage by 1.30%.
Report is 10 commits behind head on develop.
The diff coverage is 2.50%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #222      +/-   ##
===========================================
- Coverage    37.69%   36.39%   -1.30%     
===========================================
  Files            9        9              
  Lines         1093     1132      +39     
===========================================
  Hits           412      412              
- Misses         642      681      +39     
  Partials        39       39              
Files Changed Coverage Δ
internal/datasource/publication.go 31.57% <2.50%> (-22.00%) ⬇️

@cybersiddhu cybersiddhu added the automerge automerge label Aug 22, 2023
@kodiakhq kodiakhq bot merged commit 11a6e05 into develop Aug 22, 2023
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant