usdigitalresponse / cpf-reporter

CPF Reporter application maintained by the USDR Grants program.
Apache License 2.0
0 stars 4 forks source link

chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 #500

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 1 month ago

Bumps http-proxy-middleware from 2.0.6 to 2.0.7.

Release notes

Sourced from http-proxy-middleware's releases.

v2.0.7

Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7

v2.0.7-beta.1

Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7-beta.0...v2.0.7-beta.1

v2.0.7-beta.0

Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7-beta.0

Changelog

Sourced from http-proxy-middleware's changelog.

v2.0.7

  • ci(github actions): add publish.yml
  • fix(filter): handle errors
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/usdigitalresponse/cpf-reporter/network/alerts).
github-actions[bot] commented 1 month ago

QA Summary

Pusher: @TylerHendrickson, Action: pull_request_target, Workflow: Continuous Integration

See our documentation for tips on how to resolve failing QA checks.

QA Check Result
🌐 Web Tests βœ…
πŸ”— API Tests βœ…
🐍 Python Tests βœ…
πŸ“ ESLint βœ…
🧼 Ruff βœ…
🧹 TFLint βœ…

Test Coverage

View the workflow summary for individual coverage reports if this comment is truncated.

Coverage report for api suite St|File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s --|---------------------------------------------|---------|----------|---------|---------|------------------------------------------------------------------------- 🟑|All files | 50.88 | 33.76 | 57.09 | 51.35 | πŸ”΄| src| 0 | 100 | 0 | 0 | πŸ”΄|  [server.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/server.ts)| 0 | 100 | 0 | 0 |[6-13](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/server.ts#L6-L13) 🟒| src/directives/requireAuth| 100 | 100 | 100 | 100 | 🟒|  [requireAuth.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/directives/requireAuth/requireAuth.ts)| 100 | 100 | 100 | 100 | 🟑| src/directives/skipAuth| 50 | 100 | 0 | 50 | 🟑|  [skipAuth.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/directives/skipAuth/skipAuth.ts)| 50 | 100 | 0 | 50 |[13](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/directives/skipAuth/skipAuth.ts#L13) πŸ”΄| src/functions| 0 | 100 | 0 | 0 | πŸ”΄|  [graphql.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/graphql.ts)| 0 | 100 | 0 | 0 |[15-27](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/graphql.ts#L15-L27) πŸ”΄| src/functions/processValidationJson| 36.36 | 50 | 40 | 35.63 | 🟒|  [processValidationJson.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.scenarios.ts)| 100 | 100 | 100 | 100 | πŸ”΄|  [processValidationJson.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.ts)| 35.63 | 50 | 40 | 34.88 |[59-98](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.ts#L59-L98),[118-119](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.ts#L118-L119),[157-165](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.ts#L157-L165),[177-178](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.ts#L177-L178),[193-196](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.ts#L193-L196),[201](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.ts#L201),[213-214](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.ts#L213-L214),[222-343](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.ts#L222-L343),[355-358](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.ts#L355-L358),[366](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/functions/processValidationJson/processValidationJson.ts#L366) πŸ”΄| src/lib| 13.12 | 9.57 | 11.7 | 13.43 | 🟑|  [auth.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/auth.ts)| 62.96 | 48.48 | 57.14 | 65.38 |[60-61](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/auth.ts#L60-L61),[77-78](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/auth.ts#L77-L78),[84-85](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/auth.ts#L84-L85),[101-102](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/auth.ts#L101-L102),[124](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/auth.ts#L124),[131](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/auth.ts#L131),[134](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/auth.ts#L134),[139-146](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/auth.ts#L139-L146),[170](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/auth.ts#L170),[174](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/auth.ts#L174) πŸ”΄|  [aws.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/aws.ts)| 25.42 | 18.75 | 25 | 25.42 |[53-58](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/aws.ts#L53-L58),[74-97](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/aws.ts#L74-L97),[121-123](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/aws.ts#L121-L123),[150-171](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/aws.ts#L150-L171),[186-272](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/aws.ts#L186-L272) 🟒|  [constants.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/constants.ts)| 100 | 100 | 100 | 100 | πŸ”΄|  [db.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/db.ts)| 45.45 | 50 | 50 | 45.45 |[15-35](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/db.ts#L15-L35),[41](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/db.ts#L41),[43](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/db.ts#L43),[50](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/db.ts#L50) πŸ”΄|  [ec-codes.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/ec-codes.ts)| 0 | 100 | 100 | 0 |[1](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/ec-codes.ts#L1) 🟒|  [logger.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/logger.ts)| 100 | 100 | 100 | 100 | πŸ”΄|  [persist-upload.js](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/persist-upload.js)| 0 | 0 | 0 | 0 |[16-295](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/persist-upload.js#L16-L295) πŸ”΄|  [preconditions.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/preconditions.ts)| 0 | 0 | 0 | 0 |[2-3](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/preconditions.ts#L2-L3) πŸ”΄|  [records.js](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/records.js)| 0 | 0 | 0 | 0 |[12-214](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/records.js#L12-L214) πŸ”΄|  [templateRules.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/templateRules.ts)| 0 | 0 | 0 | 0 | πŸ”΄|  [tracer.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/tracer.ts)| 0 | 100 | 100 | 0 |[5-14](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/tracer.ts#L5-L14) πŸ”΄|  [validate-upload.js](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/validate-upload.js)| 0 | 0 | 0 | 0 |[18-790](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/validate-upload.js#L18-L790) 🟒|  [validation-error.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/validation-error.ts)| 83.33 | 100 | 50 | 83.33 |[22](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/validation-error.ts#L22) πŸ”΄|  [validation-rules.js](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/validation-rules.js)| 0 | 0 | 0 | 0 |[6-194](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/lib/validation-rules.js#L6-L194) 🟑| src/services/agencies| 67.34 | 50 | 80 | 67.34 | 🟒|  [agencies.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/agencies/agencies.scenarios.ts)| 100 | 100 | 100 | 100 | 🟑|  [agencies.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/agencies/agencies.ts)| 65.21 | 50 | 75 | 65.21 |[40-51](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/agencies/agencies.ts#L40-L51),[60-64](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/agencies/agencies.ts#L60-L64),[97-98](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/agencies/agencies.ts#L97-L98),[104](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/agencies/agencies.ts#L104),[113-121](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/agencies/agencies.ts#L113-L121) 🟑| src/services/expenditureCategories| 78.57 | 66.66 | 88.88 | 78.57 | 🟒|  [expenditureCategories.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/expenditureCategories/expenditureCategories.scenarios.ts)| 100 | 100 | 100 | 100 | 🟑|  [expenditureCategories.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/expenditureCategories/expenditureCategories.ts)| 77.77 | 66.66 | 88.88 | 77.77 |[30-34](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/expenditureCategories/expenditureCategories.ts#L30-L34),[49-52](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/expenditureCategories/expenditureCategories.ts#L49-L52),[60](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/expenditureCategories/expenditureCategories.ts#L60),[91](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/expenditureCategories/expenditureCategories.ts#L91) 🟑| src/services/inputTemplates| 77.77 | 66.66 | 85.71 | 77.77 | 🟒|  [inputTemplates.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/inputTemplates/inputTemplates.scenarios.ts)| 100 | 100 | 100 | 100 | 🟑|  [inputTemplates.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/inputTemplates/inputTemplates.ts)| 76.92 | 66.66 | 85.71 | 76.92 |[25-29](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/inputTemplates/inputTemplates.ts#L25-L29),[39-40](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/inputTemplates/inputTemplates.ts#L39-L40),[50](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/inputTemplates/inputTemplates.ts#L50),[85](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/inputTemplates/inputTemplates.ts#L85) 🟑| src/services/organizations| 75 | 90.9 | 50 | 75 | 🟒|  [organizations.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/organizations/organizations.scenarios.ts)| 100 | 100 | 100 | 100 | 🟑|  [organizations.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/organizations/organizations.ts)| 73.97 | 90.9 | 44.44 | 73.97 |[34-35](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/organizations/organizations.ts#L34-L35),[53-57](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/organizations/organizations.ts#L53-L57),[92](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/organizations/organizations.ts#L92),[164-194](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/organizations/organizations.ts#L164-L194),[202](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/organizations/organizations.ts#L202),[220-247](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/organizations/organizations.ts#L220-L247) 🟒| src/services/outputTemplates| 82.85 | 66.66 | 85.71 | 82.85 | 🟒|  [outputTemplates.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/outputTemplates/outputTemplates.scenarios.ts)| 100 | 100 | 100 | 100 | 🟒|  [outputTemplates.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/outputTemplates/outputTemplates.ts)| 82.35 | 66.66 | 85.71 | 82.35 |[26-30](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/outputTemplates/outputTemplates.ts#L26-L30),[40-41](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/outputTemplates/outputTemplates.ts#L40-L41),[51](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/outputTemplates/outputTemplates.ts#L51),[114](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/outputTemplates/outputTemplates.ts#L114) 🟑| src/services/passage| 74.07 | 62.5 | 100 | 74.07 | 🟑|  [passage.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/passage/passage.ts)| 74.07 | 62.5 | 100 | 74.07 |[18-19](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/passage/passage.ts#L18-L19),[65-76](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/passage/passage.ts#L65-L76) 🟑| src/services/projects| 80 | 100 | 62.5 | 80 | 🟒|  [projects.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/projects/projects.scenarios.ts)| 100 | 100 | 100 | 100 | 🟑|  [projects.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/projects/projects.ts)| 78.57 | 100 | 62.5 | 78.57 |[45-51](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/projects/projects.ts#L45-L51) 🟒| src/services/reportingPeriodCertifications| 100 | 100 | 100 | 100 | 🟒|  [reportingPeriodCertifications.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriodCertifications/reportingPeriodCertifications.scenarios.ts)| 100 | 100 | 100 | 100 | 🟒|  [reportingPeriodCertifications.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriodCertifications/reportingPeriodCertifications.ts)| 100 | 100 | 100 | 100 | 🟑| src/services/reportingPeriods| 70.58 | 60 | 57.89 | 71.64 | 🟒|  [reportingPeriods.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriods/reportingPeriods.scenarios.ts)| 100 | 100 | 100 | 100 | 🟑|  [reportingPeriods.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriods/reportingPeriods.ts)| 68.75 | 60 | 50 | 69.84 |[15-27](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriods/reportingPeriods.ts#L15-L27),[44-48](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriods/reportingPeriods.ts#L44-L48),[58-59](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriods/reportingPeriods.ts#L58-L59),[74-77](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriods/reportingPeriods.ts#L74-L77),[93](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriods/reportingPeriods.ts#L93),[116](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriods/reportingPeriods.ts#L116),[124](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriods/reportingPeriods.ts#L124),[165](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriods/reportingPeriods.ts#L165),[188-209](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/reportingPeriods/reportingPeriods.ts#L188-L209) 🟒| src/services/subrecipientUploads| 88.88 | 83.33 | 85.71 | 88.88 | 🟒|  [subrecipientUploads.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/subrecipientUploads/subrecipientUploads.scenarios.ts)| 100 | 100 | 100 | 100 | 🟒|  [subrecipientUploads.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/subrecipientUploads/subrecipientUploads.ts)| 86.36 | 83.33 | 80 | 86.36 |[64](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/subrecipientUploads/subrecipientUploads.ts#L64),[94-99](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/subrecipientUploads/subrecipientUploads.ts#L94-L99) 🟒| src/services/subrecipients| 90.19 | 88.88 | 92.3 | 90.19 | 🟒|  [subrecipients.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/subrecipients/subrecipients.scenarios.ts)| 100 | 100 | 100 | 100 | 🟒|  [subrecipients.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/subrecipients/subrecipients.ts)| 86.11 | 88.88 | 83.33 | 86.11 |[63](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/subrecipients/subrecipients.ts#L63),[101-102](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/subrecipients/subrecipients.ts#L101-L102),[108-113](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/subrecipients/subrecipients.ts#L108-L113) 🟑| src/services/uploadValidations| 57.14 | 100 | 14.28 | 57.14 | 🟒|  [uploadValidations.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploadValidations/uploadValidations.scenarios.ts)| 100 | 100 | 100 | 100 | 🟑|  [uploadValidations.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploadValidations/uploadValidations.ts)| 53.84 | 100 | 14.28 | 53.84 |[10](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploadValidations/uploadValidations.ts#L10),[16](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploadValidations/uploadValidations.ts#L16),[30](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploadValidations/uploadValidations.ts#L30),[38](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploadValidations/uploadValidations.ts#L38),[45-48](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploadValidations/uploadValidations.ts#L45-L48) 🟒| src/services/uploads| 93.2 | 75 | 88.88 | 93.2 | 🟒|  [uploads.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploads/uploads.scenarios.ts)| 100 | 100 | 100 | 100 | 🟒|  [uploads.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploads/uploads.ts)| 90.78 | 75 | 75 | 90.78 |[40](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploads/uploads.ts#L40),[108](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploads/uploads.ts#L108),[136-150](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/uploads/uploads.ts#L136-L150) 🟒| src/services/users| 85.61 | 82 | 88.88 | 85.61 | 🟒|  [users.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.scenarios.ts)| 100 | 100 | 100 | 100 | 🟒|  [users.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts)| 84.61 | 82 | 84.21 | 84.61 |[220](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts#L220),[237](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts#L237),[253](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts#L253),[275-277](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts#L275-L277),[286-290](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts#L286-L290),[308-309](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts#L308-L309),[323-326](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts#L323-L326),[344-346](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts#L344-L346),[354-355](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts#L354-L355),[360](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts#L360),[369-375](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/users/users.ts#L369-L375) 🟒| src/services/validationRuleses| 85.71 | 100 | 71.42 | 85.71 | 🟒|  [validationRuleses.scenarios.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/validationRuleses/validationRuleses.scenarios.ts)| 100 | 100 | 100 | 100 | 🟒|  [validationRuleses.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/validationRuleses/validationRuleses.ts)| 84.61 | 100 | 71.42 | 84.61 |[43-48](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/api/src/src/services/validationRuleses/validationRuleses.ts#L43-L48)
Coverage report for web suite St|File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s --|---------------------------------------------------------------------|---------|----------|---------|---------|--------------------------- πŸ”΄|All files | 17.57 | 22.37 | 15.03 | 17.18 | 🟒| api/src/lib| 100 | 100 | 100 | 100 | 🟒|  [constants.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/api/src/lib/constants.ts)| 100 | 100 | 100 | 100 | πŸ”΄| web/src| 28.57 | 18.75 | 66.66 | 28.57 | πŸ”΄|  [App.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/App.tsx)| 0 | 0 | 0 | 0 |[3-36](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/App.tsx#L3-L36) 🟒|  [Routes.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/Routes.tsx)| 100 | 100 | 100 | 100 | 🟑|  [auth.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/auth.ts)| 50 | 50 | 100 | 50 |[19-24](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/auth.ts#L19-L24) πŸ”΄|  [entry.client.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/entry.client.tsx)| 0 | 0 | 100 | 0 |[10-22](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/entry.client.tsx#L10-L22) πŸ”΄| web/src/auth| 7.14 | 0 | 4.16 | 7.14 | πŸ”΄|  [localAuth.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/auth/localAuth.ts)| 9.09 | 0 | 8.33 | 9.09 |[39-68](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/auth/localAuth.ts#L39-L68),[76-80](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/auth/localAuth.ts#L76-L80) πŸ”΄|  [passageAuth.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/auth/passageAuth.ts)| 5 | 0 | 0 | 5 |[22-25](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/auth/passageAuth.ts#L22-L25),[31-60](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/auth/passageAuth.ts#L31-L60) πŸ”΄| web/src/components/Agency/Agencies| 0 | 100 | 0 | 0 | πŸ”΄|  [Agencies.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/Agencies/Agencies.tsx)| 0 | 100 | 0 | 0 |[9-21](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/Agencies/Agencies.tsx#L9-L21) πŸ”΄| web/src/components/Agency/AgenciesCell| 0 | 100 | 0 | 0 | πŸ”΄|  [AgenciesCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/AgenciesCell/AgenciesCell.tsx)| 0 | 100 | 0 | 0 |[8-39](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/AgenciesCell/AgenciesCell.tsx#L8-L39) πŸ”΄| web/src/components/Agency/Agency| 0 | 0 | 0 | 0 | πŸ”΄|  [Agency.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/Agency/Agency.tsx)| 0 | 0 | 0 | 0 |[10-78](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/Agency/Agency.tsx#L10-L78) πŸ”΄| web/src/components/Agency/AgencyCell| 0 | 100 | 0 | 0 | πŸ”΄|  [AgencyCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/AgencyCell/AgencyCell.tsx)| 0 | 100 | 0 | 0 |[7-27](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/AgencyCell/AgencyCell.tsx#L7-L27) πŸ”΄| web/src/components/Agency/AgencyForm| 0 | 0 | 0 | 0 | πŸ”΄|  [AgencyForm.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/AgencyForm/AgencyForm.tsx)| 0 | 0 | 0 | 0 |[25-45](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/AgencyForm/AgencyForm.tsx#L25-L45) πŸ”΄| web/src/components/Agency/EditAgencyCell| 0 | 100 | 0 | 0 | πŸ”΄|  [EditAgencyCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/EditAgencyCell/EditAgencyCell.tsx)| 0 | 100 | 0 | 0 |[10-59](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/EditAgencyCell/EditAgencyCell.tsx#L10-L59) πŸ”΄| web/src/components/Agency/NewAgency| 0 | 100 | 0 | 0 | πŸ”΄|  [NewAgency.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/NewAgency/NewAgency.tsx)| 0 | 100 | 0 | 0 |[9-35](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Agency/NewAgency/NewAgency.tsx#L9-L35) 🟒| web/src/components/Navigation| 100 | 60 | 100 | 100 | 🟒|  [Navigation.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Navigation/Navigation.tsx)| 100 | 60 | 100 | 100 |[24-68](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Navigation/Navigation.tsx#L24-L68) πŸ”΄| web/src/components/Organization/EditOrganizationCell| 0 | 100 | 0 | 0 | πŸ”΄|  [EditOrganizationCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/EditOrganizationCell/EditOrganizationCell.tsx)| 0 | 100 | 0 | 0 |[13-64](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/EditOrganizationCell/EditOrganizationCell.tsx#L13-L64) πŸ”΄| web/src/components/Organization/EditOrganizationForm| 0 | 0 | 0 | 0 | πŸ”΄|  [EditOrganizationForm.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/EditOrganizationForm/EditOrganizationForm.tsx)| 0 | 0 | 0 | 0 |[27-41](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/EditOrganizationForm/EditOrganizationForm.tsx#L27-L41) πŸ”΄| web/src/components/Organization/NewOrganization| 0 | 100 | 0 | 0 | πŸ”΄|  [NewOrganization.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/NewOrganization/NewOrganization.tsx)| 0 | 100 | 0 | 0 |[9-37](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/NewOrganization/NewOrganization.tsx#L9-L37) πŸ”΄| web/src/components/Organization/NewOrganizationForm| 0 | 0 | 0 | 0 | πŸ”΄|  [NewOrganizationForm.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/NewOrganizationForm/NewOrganizationForm.tsx)| 0 | 0 | 0 | 0 |[25-54](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/NewOrganizationForm/NewOrganizationForm.tsx#L25-L54) πŸ”΄| web/src/components/Organization/Organization| 0 | 0 | 0 | 0 | πŸ”΄|  [Organization.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/Organization/Organization.tsx)| 0 | 0 | 0 | 0 |[10-70](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/Organization/Organization.tsx#L10-L70) πŸ”΄| web/src/components/Organization/OrganizationCell| 0 | 100 | 0 | 0 | πŸ”΄|  [OrganizationCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/OrganizationCell/OrganizationCell.tsx)| 0 | 100 | 0 | 0 |[7-28](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/OrganizationCell/OrganizationCell.tsx#L7-L28) πŸ”΄| web/src/components/Organization/OrganizationPickListsCell| 40 | 0 | 27.27 | 36.36 | 🟑|  [OrganizationPickListsCell.mock.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/OrganizationPickListsCell/OrganizationPickListsCell.mock.ts)| 50 | 100 | 0 | 100 | πŸ”΄|  [OrganizationPickListsCell.stories.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/OrganizationPickListsCell/OrganizationPickListsCell.stories.tsx)| 0 | 0 | 0 | 0 |[6-32](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/OrganizationPickListsCell/OrganizationPickListsCell.stories.tsx#L6-L32) 🟑|  [OrganizationPickListsCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/OrganizationPickListsCell/OrganizationPickListsCell.tsx)| 64.28 | 0 | 50 | 58.33 |[14-16](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/OrganizationPickListsCell/OrganizationPickListsCell.tsx#L14-L16),[50-76](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/OrganizationPickListsCell/OrganizationPickListsCell.tsx#L50-L76) πŸ”΄| web/src/components/Organization/Organizations| 0 | 100 | 0 | 0 | πŸ”΄|  [Organizations.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/Organizations/Organizations.tsx)| 0 | 100 | 0 | 0 |[9-21](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/Organizations/Organizations.tsx#L9-L21) πŸ”΄| web/src/components/Organization/OrganizationsCell| 0 | 100 | 0 | 0 | πŸ”΄|  [OrganizationsCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/OrganizationsCell/OrganizationsCell.tsx)| 0 | 100 | 0 | 0 |[8-37](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Organization/OrganizationsCell/OrganizationsCell.tsx#L8-L37) πŸ”΄| web/src/components/OutputTemplate/EditOutputTemplateCell| 0 | 100 | 0 | 0 | πŸ”΄|  [EditOutputTemplateCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/EditOutputTemplateCell/EditOutputTemplateCell.tsx)| 0 | 100 | 0 | 0 |[18-81](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/EditOutputTemplateCell/EditOutputTemplateCell.tsx#L18-L81) πŸ”΄| web/src/components/OutputTemplate/NewOutputTemplate| 0 | 0 | 0 | 0 | πŸ”΄|  [NewOutputTemplate.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/NewOutputTemplate/NewOutputTemplate.tsx)| 0 | 0 | 0 | 0 |[17-126](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/NewOutputTemplate/NewOutputTemplate.tsx#L17-L126) πŸ”΄| web/src/components/OutputTemplate/OutputTemplate| 0 | 0 | 0 | 0 | πŸ”΄|  [OutputTemplate.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/OutputTemplate/OutputTemplate.tsx)| 0 | 0 | 0 | 0 |[17-97](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/OutputTemplate/OutputTemplate.tsx#L17-L97) πŸ”΄| web/src/components/OutputTemplate/OutputTemplateCell| 0 | 100 | 0 | 0 | πŸ”΄|  [OutputTemplateCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/OutputTemplateCell/OutputTemplateCell.tsx)| 0 | 100 | 0 | 0 |[17-47](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/OutputTemplateCell/OutputTemplateCell.tsx#L17-L47) πŸ”΄| web/src/components/OutputTemplate/OutputTemplateForm| 0 | 0 | 0 | 0 | πŸ”΄|  [OutputTemplateForm.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/OutputTemplateForm/OutputTemplateForm.tsx)| 0 | 0 | 0 | 0 |[18-63](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/OutputTemplateForm/OutputTemplateForm.tsx#L18-L63) πŸ”΄| web/src/components/OutputTemplate/OutputTemplates| 0 | 0 | 0 | 0 | πŸ”΄|  [OutputTemplates.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/OutputTemplates/OutputTemplates.tsx)| 0 | 0 | 0 | 0 |[18-94](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/OutputTemplates/OutputTemplates.tsx#L18-L94) πŸ”΄| web/src/components/OutputTemplate/OutputTemplatesCell| 0 | 100 | 0 | 0 | πŸ”΄|  [OutputTemplatesCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/OutputTemplatesCell/OutputTemplatesCell.tsx)| 0 | 100 | 0 | 0 |[18-52](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/OutputTemplate/OutputTemplatesCell/OutputTemplatesCell.tsx#L18-L52) πŸ”΄| web/src/components/ReportingPeriod/EditReportingPeriodCell| 0 | 100 | 0 | 0 | πŸ”΄|  [EditReportingPeriodCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/EditReportingPeriodCell/EditReportingPeriodCell.tsx)| 0 | 100 | 0 | 0 |[13-74](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/EditReportingPeriodCell/EditReportingPeriodCell.tsx#L13-L74) πŸ”΄| web/src/components/ReportingPeriod/NewReportingPeriod| 0 | 100 | 0 | 0 | πŸ”΄|  [NewReportingPeriod.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/NewReportingPeriod/NewReportingPeriod.tsx)| 0 | 100 | 0 | 0 |[9-35](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/NewReportingPeriod/NewReportingPeriod.tsx#L9-L35) πŸ”΄| web/src/components/ReportingPeriod/ReportingPeriod| 0 | 0 | 0 | 0 | πŸ”΄|  [ReportingPeriod.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriod/ReportingPeriod.tsx)| 0 | 0 | 0 | 0 |[12-101](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriod/ReportingPeriod.tsx#L12-L101) πŸ”΄| web/src/components/ReportingPeriod/ReportingPeriodCell| 0 | 100 | 0 | 0 | πŸ”΄|  [ReportingPeriodCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriodCell/ReportingPeriodCell.tsx)| 0 | 100 | 0 | 0 |[7-33](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriodCell/ReportingPeriodCell.tsx#L7-L33) πŸ”΄| web/src/components/ReportingPeriod/ReportingPeriodForm| 0 | 0 | 0 | 0 | πŸ”΄|  [ReportingPeriodForm.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriodForm/ReportingPeriodForm.tsx)| 0 | 0 | 0 | 0 |[18-43](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriodForm/ReportingPeriodForm.tsx#L18-L43) 🟑| web/src/components/ReportingPeriod/ReportingPeriods| 71.42 | 38.46 | 55.55 | 71.42 | 🟑|  [ReportingPeriods.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriods/ReportingPeriods.tsx)| 67.74 | 44.44 | 41.66 | 67.74 |[47-52](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriods/ReportingPeriods.tsx#L47-L52),[59-60](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriods/ReportingPeriods.tsx#L59-L60),[66](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriods/ReportingPeriods.tsx#L66),[81](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriods/ReportingPeriods.tsx#L81),[116-133](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriods/ReportingPeriods.tsx#L116-L133) 🟒|  [columns.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriods/columns.tsx)| 81.81 | 25 | 83.33 | 81.81 |[36-40](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriods/columns.tsx#L36-L40) 🟑| web/src/components/ReportingPeriod/ReportingPeriodsCell| 55 | 0 | 55.55 | 47.05 | 🟒|  [ReportingPeriodsCell.mock.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriodsCell/ReportingPeriodsCell.mock.ts)| 100 | 100 | 100 | 100 | πŸ”΄|  [ReportingPeriodsCell.stories.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriodsCell/ReportingPeriodsCell.stories.tsx)| 0 | 0 | 0 | 0 |[6-32](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriodsCell/ReportingPeriodsCell.stories.tsx#L6-L32) 🟒|  [ReportingPeriodsCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/ReportingPeriod/ReportingPeriodsCell/ReportingPeriodsCell.tsx)| 100 | 100 | 100 | 100 | πŸ”΄| web/src/components/Subrecipient/SubrecipientTableUploadLinksDisplay| 0 | 0 | 0 | 0 | πŸ”΄|  [SubrecipientTableUploadLinksDisplay.stories.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Subrecipient/SubrecipientTableUploadLinksDisplay/SubrecipientTableUploadLinksDisplay.stories.tsx)| 0 | 100 | 100 | 0 |[5-82](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Subrecipient/SubrecipientTableUploadLinksDisplay/SubrecipientTableUploadLinksDisplay.stories.tsx#L5-L82) πŸ”΄|  [SubrecipientTableUploadLinksDisplay.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Subrecipient/SubrecipientTableUploadLinksDisplay/SubrecipientTableUploadLinksDisplay.tsx)| 0 | 0 | 0 | 0 |[14-42](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Subrecipient/SubrecipientTableUploadLinksDisplay/SubrecipientTableUploadLinksDisplay.tsx#L14-L42) πŸ”΄| web/src/components/Subrecipient/Subrecipients| 0 | 0 | 0 | 0 | πŸ”΄|  [Subrecipients.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Subrecipient/Subrecipients/Subrecipients.tsx)| 0 | 100 | 0 | 0 |[5-8](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Subrecipient/Subrecipients/Subrecipients.tsx#L5-L8) πŸ”΄|  [columns.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Subrecipient/Subrecipients/columns.tsx)| 0 | 0 | 0 | 0 |[7-93](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Subrecipient/Subrecipients/columns.tsx#L7-L93) πŸ”΄| web/src/components/Subrecipient/SubrecipientsCell| 0 | 100 | 0 | 0 | πŸ”΄|  [SubrecipientsCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Subrecipient/SubrecipientsCell/SubrecipientsCell.tsx)| 0 | 100 | 0 | 0 |[7-60](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Subrecipient/SubrecipientsCell/SubrecipientsCell.tsx#L7-L60) 🟒| web/src/components/TableBuilder| 83.72 | 72 | 78.94 | 82.92 | 🟑|  [DebouncedInput.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TableBuilder/DebouncedInput.tsx)| 80 | 100 | 66.66 | 77.77 |[21](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TableBuilder/DebouncedInput.tsx#L21),[32](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TableBuilder/DebouncedInput.tsx#L32) 🟑|  [Filter.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TableBuilder/Filter.tsx)| 75 | 100 | 50 | 75 |[10](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TableBuilder/Filter.tsx#L10) 🟑|  [TableBuilder.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TableBuilder/TableBuilder.tsx)| 73.33 | 40 | 80 | 71.42 |[40-42](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TableBuilder/TableBuilder.tsx#L40-L42),[50](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TableBuilder/TableBuilder.tsx#L50) 🟒|  [TableHeader.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TableBuilder/TableHeader.tsx)| 100 | 91.66 | 100 | 100 |[13](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TableBuilder/TableHeader.tsx#L13) 🟒|  [TableRow.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TableBuilder/TableRow.tsx)| 100 | 100 | 100 | 100 | 🟑| web/src/components/TemplateUploadReportingPeriodCell| 55 | 0 | 55.55 | 47.05 | 🟒|  [TemplateUploadReportingPeriodCell.mock.ts](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TemplateUploadReportingPeriodCell/TemplateUploadReportingPeriodCell.mock.ts)| 100 | 100 | 100 | 100 | πŸ”΄|  [TemplateUploadReportingPeriodCell.stories.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TemplateUploadReportingPeriodCell/TemplateUploadReportingPeriodCell.stories.tsx)| 0 | 0 | 0 | 0 |[11-37](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TemplateUploadReportingPeriodCell/TemplateUploadReportingPeriodCell.stories.tsx#L11-L37) 🟒|  [TemplateUploadReportingPeriodCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TemplateUploadReportingPeriodCell/TemplateUploadReportingPeriodCell.tsx)| 100 | 100 | 100 | 100 | πŸ”΄| web/src/components/TreasuryGeneration/DownloadTreasuryFiles| 0 | 0 | 0 | 0 | πŸ”΄|  [DownloadTreasuryFiles.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TreasuryGeneration/DownloadTreasuryFiles/DownloadTreasuryFiles.tsx)| 0 | 0 | 0 | 0 |[7-68](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TreasuryGeneration/DownloadTreasuryFiles/DownloadTreasuryFiles.tsx#L7-L68) πŸ”΄| web/src/components/TreasuryGeneration/NewTreasuryGeneration| 0 | 100 | 0 | 0 | πŸ”΄|  [NewTreasuryGeneration.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TreasuryGeneration/NewTreasuryGeneration/NewTreasuryGeneration.tsx)| 0 | 100 | 0 | 0 |[8-39](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TreasuryGeneration/NewTreasuryGeneration/NewTreasuryGeneration.tsx#L8-L39) πŸ”΄| web/src/components/TreasuryGeneration/NewTreasuryGenerationForm| 0 | 0 | 0 | 0 | πŸ”΄|  [NewTreasuryGenerationForm.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TreasuryGeneration/NewTreasuryGenerationForm/NewTreasuryGenerationForm.tsx)| 0 | 0 | 0 | 0 |[20-31](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/TreasuryGeneration/NewTreasuryGenerationForm/NewTreasuryGenerationForm.tsx#L20-L31) πŸ”΄| web/src/components/Upload/EditUploadCell| 0 | 100 | 0 | 0 | πŸ”΄|  [EditUploadCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/EditUploadCell/EditUploadCell.tsx)| 0 | 100 | 0 | 0 |[10-66](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/EditUploadCell/EditUploadCell.tsx#L10-L66) πŸ”΄| web/src/components/Upload/NewUpload| 0 | 100 | 0 | 0 | πŸ”΄|  [NewUpload.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/NewUpload/NewUpload.tsx)| 0 | 100 | 0 | 0 |[7-35](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/NewUpload/NewUpload.tsx#L7-L35) πŸ”΄| web/src/components/Upload/Upload| 0 | 0 | 0 | 0 | πŸ”΄|  [Upload.stories.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/Upload/Upload.stories.tsx)| 0 | 100 | 100 | 0 |[5-93](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/Upload/Upload.stories.tsx#L5-L93) πŸ”΄|  [Upload.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/Upload/Upload.tsx)| 0 | 0 | 0 | 0 |[16-119](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/Upload/Upload.tsx#L16-L119) πŸ”΄| web/src/components/Upload/UploadCell| 0 | 100 | 0 | 0 | πŸ”΄|  [UploadCell.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/UploadCell/UploadCell.tsx)| 0 | 100 | 0 | 0 |[7-60](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/UploadCell/UploadCell.tsx#L7-L60) πŸ”΄| web/src/components/Upload/UploadForm| 0 | 0 | 0 | 0 | πŸ”΄|  [UploadForm.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/UploadForm/UploadForm.tsx)| 0 | 0 | 0 | 0 |[23-108](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/UploadForm/UploadForm.tsx#L23-L108) πŸ”΄| web/src/components/Upload/UploadValidationButtonGroup| 0 | 0 | 0 | 0 | πŸ”΄|  [UploadValidationButtonGroup.stories.tsx](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/UploadValidationButtonGroup/UploadValidationButtonGroup.stories.tsx)| 0 | 100 | 0 | 0 |[5-47](https://github.com/usdigitalresponse/cpf-reporter/blob/dccfad0b6c4d09c6d945ffc4265bde885f4bd723/web/src/components/Upload/UploadValidationButtonGroup/UploadValidationButtonGroup.stories.tsx#L5-L47) πŸ”΄|  [UploadValidationButtonGroup.tsx](https://github.com/usdigitalresponse/cpf-reporter...*[Comment body truncated]*
github-actions[bot] commented 1 month ago

Terraform Summary

Pusher: @TylerHendrickson, Action: pull_request_target, Workflow: Continuous Integration

Step Result
πŸ–Œ Terraform Format & Style βœ…
βš™οΈ Terraform Initialization βœ…
πŸ€– Terraform Validation βœ…
πŸ“– Terraform Plan βœ…

Hint: If "Terraform Format & Style" failed, run terraform fmt -recursive from the terraform/ directory and commit the results.

Output

Validation Output ``` Success! The configuration is valid. ```
Plan Summary | CHANGE | RESOURCE | |----------|-------------------------------------------------------------------------------------------------------------------------------| | add | `aws_s3_object.origin_dist_artifact["static/js/app.82adbeb8.js"]` | | | `aws_s3_object.origin_dist_artifact["static/js/app.82adbeb8.js.LICENSE.txt"]` | | update | `aws_ecs_service.console` | | | `aws_s3_object.origin_dist_artifact["200.html"]` | | | `aws_s3_object.origin_dist_artifact["build-manifest.json"]` | | | `aws_s3_object.origin_dist_artifact["chunk-references.json"]` | | | `aws_s3_object.origin_dist_artifact["index.html"]` | | | `module.lambda_function-cpfCreateArchive.aws_lambda_function.this[0]` | | | `module.lambda_function-cpfValidation.aws_lambda_function.this[0]` | | | `module.lambda_function-email-presigned-url.aws_lambda_function.this[0]` | | | `module.lambda_function-graphql.aws_lambda_function.this[0]` | | | `module.lambda_function-processValidationJson.aws_lambda_function.this[0]` | | | `module.lambda_function-subrecipientTreasuryReportGen.aws_lambda_function.this[0]` | | | `module.lambda_function-treasuryProjectFileGeneration.aws_lambda_function.this[0]` | | recreate | `aws_ecs_task_definition.console` | | | `aws_s3_object.lambda_artifact-graphql` | | | `aws_s3_object.lambda_artifact-processValidationJson` | | | `aws_s3_object.lambda_artifact-python` | | | `module.lambda_function-cpfCreateArchive.aws_lambda_permission.current_version_triggers["StepFunctionTrigger"]` | | | `module.lambda_function-cpfValidation.aws_lambda_permission.current_version_triggers["S3BucketNotification"]` | | | `module.lambda_function-email-presigned-url.aws_lambda_permission.current_version_triggers["StepFunctionTrigger"]` | | | `module.lambda_function-graphql.aws_lambda_permission.current_version_triggers["APIGateway"]` | | | `module.lambda_function-processValidationJson.aws_lambda_permission.current_version_triggers["S3BucketNotification"]` | | | `module.lambda_function-subrecipientTreasuryReportGen.aws_lambda_permission.current_version_triggers["StepFunctionTrigger"]` | | | `module.lambda_function-treasuryProjectFileGeneration.aws_lambda_permission.current_version_triggers["S3BucketNotification"]` | | | `module.lambda_function-treasuryProjectFileGeneration.aws_lambda_permission.current_version_triggers["StepFunctionTrigger"]` | | delete | `aws_s3_object.origin_dist_artifact["static/js/app.b857b922.js"]` | | | `aws_s3_object.origin_dist_artifact["static/js/app.b857b922.js.LICENSE.txt"]` |
TylerHendrickson commented 6 days ago

@dependabot rebase

dependabot[bot] commented 6 days ago

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.