Closed lpatmo closed 4 years ago
:exclamation: No coverage uploaded for pull request base (
main@551d43e
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #194 +/- ##
=======================================
Coverage ? 83.78%
=======================================
Files ? 32
Lines ? 518
Branches ? 0
=======================================
Hits ? 434
Misses ? 84
Partials ? 0
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact)
,ΓΈ = not affected
,? = missing data
Powered by Codecov. Last update 551d43e...8b5f2a9. Read the comment docs.
What type of PR is this? (check all applicable)
Context
I always forget that appending a
--build
flag is what we need to run if new packages were introduced into the code.Added a line so it can be easily looked up in the README.
(We've talked about separating out contributing.md content from the README.md at some point, but this is not that PR.)
Other Related Tickets & Documents (as needed)
N/A
Implementation Details
Added a single line to the README.
New Libraries/Dependancies Introduced (Fill out as needed)
N/A
Any new migration files added?
Did you add tests?
Code added or changed without test coverage or good reason for exemption won't be approved.
Did you add documentation?