CS342 / 2023-Utah

The CS342 2023 U-STEP Project
MIT License
0 stars 3 forks source link

new questionnaire history branch #94

Closed ivyalin2015 closed 1 year ago

ivyalin2015 commented 1 year ago

Name of the PR

:recycle: Current situation & Problem

Building the questionnaire history page

:bulb: Proposed solution

Describe the solution and how this affects the project and internal structure

:gear: Release Notes

Add a summary of the feature and possible migration guides if this is a breaking change so this section can be added to the release notes. Include code snippets that provide examples of the feature implemented if it appends or changes the public interface.

:heavy_plus_sign: Additional Information

Provide some additional information if possible

Related PRs

Reference the related PRs

Testing

Are there tests included? If yes, which situations are tested, and which corner cases are missing?

Reviewer Nudging

Where should the reviewer start? Where is a good entry point?

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

codecov[bot] commented 1 year ago

Codecov Report

Merging #94 (cef5d0b) into main (6850365) will decrease coverage by 20.22%. The diff coverage is 29.30%.

:exclamation: Current head cef5d0b differs from pull request most recent head fb76ab9. Consider uploading reports for the commit fb76ab9 to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #94       +/-   ##
===========================================
- Coverage   99.79%   79.57%   -20.22%     
===========================================
  Files          14       64       +50     
  Lines         463     2378     +1915     
===========================================
+ Hits          462     1892     +1430     
- Misses          1      486      +485     
Impacted Files Coverage Δ
...les/Sources/UtahTrends/DetailedQuestionnaire.swift 0.00% <0.00%> (ø)
.../Sources/UtahTrends/DetailedQuestionnaireRow.swift 0.00% <0.00%> (ø)
...Modules/Sources/UtahTrends/SurveyHistoryList.swift 0.00% <0.00%> (ø)
UtahModules/Sources/UtahTrends/SurveyRow.swift 0.00% <0.00%> (ø)
...ahModules/Sources/UtahProfile/MenuButtonView.swift 72.00% <50.00%> (ø)
...es/Sources/UtahOnboardingFlow/OnboardingFlow.swift 88.47% <100.00%> (ø)
...ahModules/Sources/UtahOnboardingFlow/Welcome.swift 89.19% <100.00%> (ø)
...ahModules/Sources/UtahProfile/EditButtonView.swift 100.00% <100.00%> (ø)
UtahModules/Sources/UtahProfile/FormView.swift 96.56% <100.00%> (ø)
UtahModules/Sources/UtahProfile/HelpPageView.swift 100.00% <100.00%> (ø)
... and 4 more

... and 40 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c489af5...fb76ab9. Read the comment docs.

jenlmoore commented 1 year ago

Old.