-
Notifications
You must be signed in to change notification settings - Fork 3
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
648 pd labeling of tests #654
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dataflow-v2 #654 +/- ##
============================================
Coverage 66.10% 66.10%
============================================
Files 266 266
Lines 7984 7984
Branches 1221 1221
============================================
Hits 5278 5278
Misses 2420 2420
Partials 286 286 ☔ View full report in Codecov by Sentry. |
@@ -86,7 +86,7 @@ describe('Atomic (dataflow information)', withShell((shell) => { | |||
.addEdge('2', '1', EdgeType.Reads, 'always') | |||
.addEdge('5', '4', EdgeType.Reads, 'always') | |||
) | |||
assertDataflow('assign on access', shell, | |||
assertDataflow(label('assign on access', 'local-left-assignment', 'single-bracket-access'), shell, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
normal-name
(or name-normal :D not sure) would fit as well :) you can give the number as well.
I claim this as part of the norm-desugar labeling. |
This pull request is included in v2.0.0 (see Release v2.0.0 (Dataflow v2)). |
1 similar comment
This pull request is included in v2.0.0 (see Release v2.0.0 (Dataflow v2)). |
Labeling of tests according to #648