Skip to content

ctb: Fix flake in TestExtractTestNames#13177

Merged
smartcontracts merged 1 commit intodevelopfrom
bugfix/name-test
Dec 3, 2024
Merged

ctb: Fix flake in TestExtractTestNames#13177
smartcontracts merged 1 commit intodevelopfrom
bugfix/name-test

Conversation

@mslipper
Copy link
Copy Markdown
Contributor

@mslipper mslipper commented Dec 2, 2024

Golang map iteration order is random, so we need to sort first.

Golang map iteration order is random, so we need to sort first.
@mslipper mslipper requested a review from a team as a code owner December 2, 2024 23:29
@mslipper mslipper requested a review from mds1 December 2, 2024 23:29
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.69%. Comparing base (cbfb97e) to head (57b0e97).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #13177      +/-   ##
===========================================
- Coverage    44.41%   42.69%   -1.73%     
===========================================
  Files          806      750      -56     
  Lines        72628    67963    -4665     
===========================================
- Hits         32256    29014    -3242     
+ Misses       37750    36510    -1240     
+ Partials      2622     2439     -183     
Flag Coverage Δ
cannon-go-tests-32 ?
cannon-go-tests-64 ?

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

see 64 files with indirect coverage changes

@smartcontracts smartcontracts added this pull request to the merge queue Dec 3, 2024
Merged via the queue into develop with commit 72ec8d3 Dec 3, 2024
@smartcontracts smartcontracts deleted the bugfix/name-test branch December 3, 2024 01:25
sigma pushed a commit that referenced this pull request Dec 19, 2024
Golang map iteration order is random, so we need to sort first.
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