opensrp / fhircore

FHIR Core / OpenSRP 2 is a Kotlin application for delivering offline-capable, mobile-first healthcare project implementations from local community to national and international scale using FHIR and WHO Smart Guidelines on Android.
https://opensrp.io
Apache License 2.0
54 stars 41 forks source link

Update Documentation 📝 #3164

Closed ndegwamartin closed 6 months ago

ndegwamartin commented 6 months ago

IMPORTANT: Where possible all PRs must be linked to a Github issue Updated documentation

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 29.8%. Comparing base (ac82739) to head (4b43b0e). Report is 10 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/opensrp/fhircore/pull/3164/graphs/tree.svg?width=650&height=150&src=pr&token=IJUTHZUGGH&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensrp)](https://app.codecov.io/gh/opensrp/fhircore/pull/3164?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensrp) ```diff @@ Coverage Diff @@ ## main #3164 +/- ## ========================================= + Coverage 29.6% 29.8% +0.1% - Complexity 658 666 +8 ========================================= Files 239 239 Lines 11204 11150 -54 Branches 1948 1932 -16 ========================================= + Hits 3323 3327 +4 + Misses 7447 7393 -54 + Partials 434 430 -4 ``` | [Flag](https://app.codecov.io/gh/opensrp/fhircore/pull/3164/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensrp) | Coverage Δ | | |---|---|---| | [geowidget](https://app.codecov.io/gh/opensrp/fhircore/pull/3164/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensrp) | `47.2% <ø> (ø)` | | | [quest](https://app.codecov.io/gh/opensrp/fhircore/pull/3164/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensrp) | `5.7% <ø> (+0.2%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensrp#carryforward-flags-in-the-pull-request-comment) to find out more. [see 3 files with indirect coverage changes](https://app.codecov.io/gh/opensrp/fhircore/pull/3164/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensrp)
pld commented 6 months ago

oh weak, this is the test failure,

ConfigurationRegistryTest > testFetchNonWorkflowConfigResourcesProcessesManifestEntriesInChunks FAILED
    kotlinx.coroutines.test.UncompletedCoroutinesError at TestBuilders.kt:349

but it is passing locally, my hopes for a quick fix, dashed :(