Skip to content

Conversation

Turalchik
Copy link
Contributor

Close #3543.

Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.57%. Comparing base (82f975e) to head (6c50f45).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4042      +/-   ##
==========================================
- Coverage   72.65%   72.57%   -0.08%     
==========================================
  Files         364      364              
  Lines       56737    56737              
==========================================
- Hits        41222    41179      -43     
- Misses      13785    13826      +41     
- Partials     1730     1732       +2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@AnnaShaleva AnnaShaleva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise looks legit.

require.NotEqual(t, contract1, contract2)
}

func TestAddSourceURLToNEFI(t *testing.T) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/TestAddSourceURLToNEFI/TestAddSourceURLToNEF

require.NoError(t, err)

o := &compiler.Options{}
o.SourceURL = conf.SourceURL
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of moving this line...

Comment on lines +71 to +72
ne, di, err := compiler.CompileWithOptions(srcPath, nil, o)
require.NoError(t, err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just move this part ahead of m, err := compiler.CreateManifest(di, o).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part is already ahead.

Close #3543.

Signed-off-by: Tural Devrishev <[email protected]>
@Turalchik Turalchik force-pushed the add-sourceurl-to-nef branch from 3d351a9 to 6c50f45 Compare October 22, 2025 09:58
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.

neotest.CompileFile does not add sourceURL to nef

3 participants