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

Build NullAway with JSpecify mode enabled #841

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

msridhar
Copy link
Collaborator

@msridhar msridhar commented Oct 6, 2023

This will give us a bit better test coverage as we continue to implement JSpecify. With one small fix to an assertion check, now NullAway can build itself in JSpecify mode without crashing!

@msridhar msridhar added the jspecify Related to support for jspecify standard (see jspecify.dev) label Oct 6, 2023
@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (613f98c) 86.80% compared to head (55fadce) 86.83%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #841      +/-   ##
============================================
+ Coverage     86.80%   86.83%   +0.03%     
  Complexity     1878     1878              
============================================
  Files            74       74              
  Lines          6192     6192              
  Branches       1204     1203       -1     
============================================
+ Hits           5375     5377       +2     
+ Misses          407      406       -1     
+ Partials        410      409       -1     
Files Coverage Δ
...rc/main/java/com/uber/nullaway/GenericsChecks.java 90.22% <100.00%> (+0.57%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@lazaroclapp lazaroclapp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Nice!

@msridhar msridhar merged commit 790a9ec into uber:master Oct 6, 2023
10 checks passed
@msridhar msridhar deleted the build-nullaway-in-jspecify-mode branch October 6, 2023 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jspecify Related to support for jspecify standard (see jspecify.dev)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants