Skip to content

Commit

Permalink
fix: graphql query
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomuso committed Aug 28, 2023
1 parent 0202a05 commit cf3aefb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gitlab/src/api/GitlabCIClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ export class GitlabCIClient implements GitlabCIApi {
query getProjectCoverage(
$projectSlug: ID!
$updatedAfter: Time
$projectDefaultBranch: String
) {
project(fullPath: $projectSlug) {
pipelines(
Expand Down

0 comments on commit cf3aefb

Please sign in to comment.