jaydoane opened a new pull request, #6:
URL: https://github.com/apache/couchdb-rebar/pull/6

   Currently the code to determine whether a particular file attribute 
("header") exists assumes an ANNO format of a single line number, but versions 
of OTP > 23 return a tuple, so that pattern will never match, resulting in 
coverage failing to account for the inclusion of the `eunit.hrl` file, and then 
incorrectly calculating the coverage of the test module as 66%, rather than the 
expected 100%.
   
   This change relaxes the pattern so that it will also match tuples, and fixes 
the eunit coverage test.
   
   ```
   make test_eunit
   ```
   should now pass on OTP version >= 23.
   
   See also: https://github.com/apache/couchdb-rebar/pull/5


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to