PhilanthropyDataCommons / service

A project for collecting and serving public information associated with grant applications
GNU Affero General Public License v3.0
8 stars 2 forks source link

Fix URL typo in seed file #976

Closed hminsky2002 closed 4 months ago

hminsky2002 commented 4 months ago

This commit ammends a mistake from PR #925 where two base fields were typed as 'url', when our database expects urls to be of type 'URL'

Resolves #975

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.73%. Comparing base (2393843) to head (659137b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #976 +/- ## ======================================= Coverage 88.73% 88.73% ======================================= Files 127 127 Lines 1722 1722 Branches 215 209 -6 ======================================= Hits 1528 1528 - Misses 179 194 +15 + Partials 15 0 -15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.