Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix exclusion tests #2018

Merged
merged 1 commit into from
Jan 2, 2016

Conversation

sharwell
Copy link
Member

Previously most of our generated code exclusion tests were not running in most cases since we were passing an array containing a null element to the method which tests it.

@sharwell sharwell added this to the 1.0.0 milestone Dec 31, 2015
@codecov-io
Copy link

Current coverage is 93.33%

Merging #2018 into stabilization will increase coverage by +0.08% as of a4258bb

@@            stabilization   #2018   diff @@
=============================================
  Files                 561     561       
  Stmts               35348   35348       
  Branches             2269    2268     -1
  Methods                                 
=============================================
+ Hit                 32965   32992    +27
  Partial               749     749       
+ Missed               1634    1607    -27

Review entire Coverage Diff as of a4258bb

Powered by Codecov. Updated on successful CI builds.

@sharwell
Copy link
Member Author

According to codecov, the difference here is:

Before this change: 23 tests included automatic generated code testing.
After this change: 2743 tests include automatic generated code testing.

@vweijsters
Copy link
Contributor

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants