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 proposal versions test #950

Closed slifty closed 4 months ago

slifty commented 4 months ago

This PR updates one of our tests which was failing intermittently due to the fact that field values insert queries were run in parallel and so Ids were not deterministic.

Resolves #877

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 88.32%. Comparing base (d2cd3dc) to head (934695e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #950 +/- ## ======================================= Coverage 88.32% 88.32% ======================================= Files 123 123 Lines 1704 1704 Branches 205 205 ======================================= Hits 1505 1505 Misses 199 199 ```

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