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/frontend] Fix team creation #1402

Merged
merged 2 commits into from
Sep 9, 2024

[backend/frontend] Fix team creation

c041f3f
Select commit
Loading
Failed to load commit list.
Merged

[backend/frontend] Fix team creation #1402

[backend/frontend] Fix team creation
c041f3f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 9, 2024 in 1s

30.67% (+0.54%) compared to 5dfacdc

View this Pull Request on Codecov

30.67% (+0.54%) compared to 5dfacdc

Details

Codecov Report

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

Project coverage is 30.67%. Comparing base (5dfacdc) to head (c041f3f).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...pi/src/main/java/io/openbas/rest/team/TeamApi.java 0.00% 13 Missing ⚠️
...enbas/rest/exception/AlreadyExistingException.java 0.00% 4 Missing ⚠️
...main/java/io/openbas/rest/helper/RestBehavior.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1402      +/-   ##
============================================
+ Coverage     30.12%   30.67%   +0.54%     
- Complexity     1356     1381      +25     
============================================
  Files           523      524       +1     
  Lines         13654    13677      +23     
  Branches        806      807       +1     
============================================
+ Hits           4113     4195      +82     
+ Misses         9347     9291      -56     
+ Partials        194      191       -3     

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