Skip to content

Commit

Permalink
Merge pull request #65 from OpenSRP/add-weight-for-height-calculation
Browse files Browse the repository at this point in the history
Add weight for height Z-Score chart and calculations
  • Loading branch information
allan-on authored Mar 25, 2020
2 parents 52765bc + 85df604 commit 5982733
Show file tree
Hide file tree
Showing 27 changed files with 1,622 additions and 145 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: android
# Setting sudo to required prevents Travis from testing the project in a Docker container.
sudo: required
jdk: oraclejdk8
dist: precise
dist: trusty

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down Expand Up @@ -40,8 +40,10 @@ script:
- ls -la
# Enable the line below once we get all the test passing, currently most of the tests are failing
# so we'll just if the project compiles
- travis_wait ./gradlew clean --stacktrace
#Run All tests Unit and Instrumentation
- travis_wait ./gradlew :opensrp-growth-monitoring:jacocoTestReport coveralls --stacktrace
- travis_wait ./gradlew :opensrp-growth-monitoring:jacocoTestReport --stacktrace
- travis_wait ./gradlew :opensrp-growth-monitoring:coveralls --stacktrace

after_failure:
- pandoc opensrp-growth-monitoring/build/reports/tests/index.html -t plain
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.1.19-SNAPSHOT
VERSION_NAME=1.1.20-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Growth Monitoring Application
Expand Down
4 changes: 2 additions & 2 deletions opensrp-growth-monitoring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ allprojects {
}

dependencies {
implementation('org.smartregister:opensrp-client-core:1.8.26-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-core:1.9.2-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.github.bmelnychuk', module: 'atv'
}

implementation('org.smartregister:opensrp-client-native-form:1.7.18-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-native-form:1.7.27-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.android.support', module: 'recyclerview-v7'
}
Expand Down
6 changes: 2 additions & 4 deletions opensrp-growth-monitoring/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true">
android:supportsRtl="true"></application>

</application>

</manifest>
</manifest>
Loading

0 comments on commit 5982733

Please sign in to comment.