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

pilot-project-ui #19

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

pilot-project-ui #19

wants to merge 16 commits into from

Conversation

beque
Copy link

@beque beque commented Aug 30, 2023

Form editor for individual forms

@beque beque changed the title Add button for form editor, add basic modal and store pilot-project-ui Aug 30, 2023
@github-actions
Copy link

github-actions bot commented Sep 1, 2023

LCOV of commit fcd5321 during Continuous Integration #130

Summary coverage rate:
  lines......: 59.8% (12423 of 20778 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit 652f9dd during Continuous Integration #134

Summary coverage rate:
  lines......: 59.8% (12422 of 20780 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit af62591 during Continuous Integration #135

Summary coverage rate:
  lines......: 59.8% (12419 of 20780 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit 43e06b4 during Continuous Integration #137

Summary coverage rate:
  lines......: 61.8% (11985 of 19394 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@@ -0,0 +1,4 @@
require 'rails_helper'
Copy link

Choose a reason for hiding this comment

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

Style/FrozenStringLiteralComment: Missing frozen string literal comment.

@@ -0,0 +1,4 @@
require 'rails_helper'

RSpec.describe ElementFormType, type: :model do
Copy link

Choose a reason for hiding this comment

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

Lint/EmptyBlock: Empty block detected.

@@ -0,0 +1,4 @@
require 'rails_helper'

RSpec.describe ElementFormType, type: :model do
Copy link

Choose a reason for hiding this comment

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

RSpec/EmptyExampleGroup: Empty example group detected.

@@ -0,0 +1,4 @@
require 'rails_helper'

RSpec.describe ElementFormType, type: :model do
Copy link

Choose a reason for hiding this comment

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

RSpec/Rails/InferredSpecType: Remove redundant spec type.

@github-actions
Copy link

github-actions bot commented Oct 6, 2023

LCOV of commit b6fefe9 during Continuous Integration #140

Summary coverage rate:
  lines......: 61.8% (12018 of 19447 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@beque beque force-pushed the pilot-project-ui branch from b6fefe9 to c788348 Compare October 9, 2023 11:45
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

LCOV of commit c788348 during Continuous Integration #144

Summary coverage rate:
  lines......: 62.2% (12236 of 19682 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

name { 'Organic chemistry' }
description { 'default' }
enabled { true }
creator { create(:user) }

Choose a reason for hiding this comment

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

FactoryBot/FactoryAssociationWithStrategy: Use an implicit, explicit or inline definition instead of hard coding a strategy for setting association within factory.

@github-actions
Copy link

LCOV of commit 6f14833 during Continuous Integration #147

Summary coverage rate:
  lines......: 62.4% (12276 of 19686 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit 7525699 during Continuous Integration #150

Summary coverage rate:
  lines......: 62.3% (12267 of 19698 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit b72124b during Continuous Integration #152

Summary coverage rate:
  lines......: 62.3% (12267 of 19695 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

Copy link

github-actions bot commented Nov 8, 2023

LCOV of commit ec638b5 during Continuous Integration #154

Summary coverage rate:
  lines......: 62.3% (12268 of 19696 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

Copy link

LCOV of commit f221f79 during Continuous Integration #159

Summary coverage rate:
  lines......: 62.5% (12326 of 19721 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

Copy link

github-actions bot commented Dec 1, 2023

LCOV of commit fe5c430 during Continuous Integration #160

Summary coverage rate:
  lines......: 62.5% (12328 of 19721 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant