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

Add unary negation operator (SYN-3850) #2886

Merged
merged 4 commits into from Oct 26, 2022
Merged

Add unary negation operator (SYN-3850) #2886

merged 4 commits into from Oct 26, 2022

Conversation

Cisphyx
Copy link
Contributor

@Cisphyx Cisphyx commented Oct 14, 2022

No description provided.

@codecov
Copy link

codecov bot commented Oct 14, 2022

Codecov Report

Base: 97.19% // Head: 97.08% // Decreases project coverage by -0.10% ⚠️

Coverage data is based on head (f9bcb3d) compared to base (699ca9d).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2886      +/-   ##
==========================================
- Coverage   97.19%   97.08%   -0.11%     
==========================================
  Files         215      215              
  Lines       42039    42026      -13     
==========================================
- Hits        40858    40801      -57     
- Misses       1181     1225      +44     
Flag Coverage Δ
linux 97.08% <100.00%> (+0.47%) ⬆️
linux_replay ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
synapse/lib/parser.py 98.67% <ø> (ø)
synapse/lib/storm_format.py 100.00% <ø> (ø)
synapse/lib/ast.py 98.78% <100.00%> (+<0.01%) ⬆️
synapse/tests/utils.py 94.46% <0.00%> (-1.89%) ⬇️
synapse/cortex.py 96.71% <0.00%> (-0.58%) ⬇️
synapse/lib/hiveauth.py 96.01% <0.00%> (-0.48%) ⬇️
synapse/lib/trigger.py 94.98% <0.00%> (-0.39%) ⬇️
synapse/lib/view.py 97.00% <0.00%> (-0.34%) ⬇️
synapse/cmds/cron.py 97.56% <0.00%> (-0.25%) ⬇️
synapse/lib/jsonstor.py 98.32% <0.00%> (-0.24%) ⬇️
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vEpiphyte vEpiphyte added this to the v2.11x.x milestone Oct 18, 2022
@Cisphyx Cisphyx merged commit ebb7be8 into master Oct 26, 2022
@Cisphyx Cisphyx deleted the unary-neg branch October 26, 2022 21:36
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.

None yet

3 participants