getodk / briefcase

ODK Briefcase is a Java application for fetching and pushing forms and their contents. It helps make billions of data points from ODK portable. Contribute and make the world a better place! ✨💼✨
https://docs.getodk.org/briefcase-intro
Other
60 stars 154 forks source link

Bump to JR 2.15.1 #774

Closed ggalmazor closed 5 years ago

ggalmazor commented 5 years ago

What has been done to verify that this works as intended?

Honestly, I edited the file in GH. I'm letting CircleCI tell me if anything breaks, which it shouldn't.

Why is this the best possible solution? Were any other approaches considered?

Using v2.15.1 brings some bugfixes that feel important to have in Briefcase v1.16.2

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

No changes should be expected, other than extended support for xform features through the JR version update.

Does this change require updates to documentation? If so, please file an issue at https://github.com/opendatakit/docs/issues/new and include the link below.

Nope.

codecov-io commented 5 years ago

Codecov Report

Merging #774 into master will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #774      +/-   ##
============================================
+ Coverage     47.53%   47.55%   +0.02%     
- Complexity     1471     1473       +2     
============================================
  Files           178      178              
  Lines          9665     9665              
  Branches        672      672              
============================================
+ Hits           4594     4596       +2     
+ Misses         4780     4778       -2     
  Partials        291      291
Impacted Files Coverage Δ Complexity Δ
...g/opendatakit/briefcase/ui/export/ExportPanel.java 51.02% <0%> (+2.04%) 15% <0%> (+1%) :arrow_up:

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 4cf861d...8599afc. Read the comment docs.