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

648 pd labeling of tests #654

Merged
merged 2 commits into from
Feb 21, 2024
Merged

648 pd labeling of tests #654

merged 2 commits into from
Feb 21, 2024

Conversation

Ehcsan
Copy link
Collaborator

@Ehcsan Ehcsan commented Feb 8, 2024

Labeling of tests according to #648

@Ehcsan Ehcsan linked an issue Feb 8, 2024 that may be closed by this pull request
3 tasks
Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (98da606) 66.10% compared to head (921614f) 66.10%.

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.
📢 Have feedback on the report? Share it here.

@EagleoutIce EagleoutIce changed the base branch from main to dataflow-v2 February 8, 2024 20:20
@@ -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,
Copy link
Member

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.

@EagleoutIce
Copy link
Member

I claim this as part of the norm-desugar labeling.

@EagleoutIce EagleoutIce merged commit 4f43728 into dataflow-v2 Feb 21, 2024
8 checks passed
@EagleoutIce EagleoutIce deleted the 648-pd-labeling-of-tests branch February 21, 2024 13:00
@EagleoutIce
Copy link
Member

This pull request is included in v2.0.0 (see Release v2.0.0 (Dataflow v2)).

1 similar comment
@EagleoutIce
Copy link
Member

This pull request is included in v2.0.0 (see Release v2.0.0 (Dataflow v2)).

@Ehcsan Ehcsan restored the 648-pd-labeling-of-tests branch August 29, 2024 14:04
@EagleoutIce EagleoutIce deleted the 648-pd-labeling-of-tests branch August 29, 2024 19:12
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.

PD: Labeling of Tests
2 participants