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

[backend] fix null pointer #1134

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

savacano28
Copy link
Contributor

Proposed changes

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@savacano28 savacano28 marked this pull request as ready for review June 21, 2024 08:23
@savacano28 savacano28 requested a review from johanah29 June 21, 2024 08:23
Copy link

codecov bot commented Jun 21, 2024

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 26.83%. Comparing base (733e23e) to head (f218fd7).

Files Patch % Lines
...main/java/io/openbas/importer/V1_DataImporter.java 0.00% 8 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1134      +/-   ##
============================================
+ Coverage     26.55%   26.83%   +0.27%     
- Complexity     1058     1062       +4     
============================================
  Files           471      471              
  Lines         11192    11196       +4     
  Branches        567      569       +2     
============================================
+ Hits           2972     3004      +32     
+ Misses         8136     8108      -28     
  Partials         84       84              

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

@savacano28 savacano28 merged commit 1337772 into master Jun 21, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants