Skip to content

fix: matrix expansion logic#5294

Merged
mergify[bot] merged 2 commits intonektos:masterfrom
ChristopherHX:bp-15620566130
Aug 21, 2025
Merged

fix: matrix expansion logic#5294
mergify[bot] merged 2 commits intonektos:masterfrom
ChristopherHX:bp-15620566130

Conversation

@ChristopherHX
Copy link
Contributor

  • add another test

  • remove //nolint:gocyclo

TODO check if the test in https://github.com/nektos/act/blob/162671cb083609e531939db62cf6b176d6d5a376/pkg/model/workflow_test.go could be merged here

* add another test

* remove //nolint:gocyclo
@ChristopherHX ChristopherHX changed the title fix: matrix expansion logic (#115) fix: matrix expansion logic Jun 12, 2025
@codecov
Copy link

codecov bot commented Jun 12, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 74.84%. Comparing base (bd4bc99) to head (a656fc9).
⚠️ Report is 24 commits behind head on master.

Files with missing lines Patch % Lines
pkg/model/workflow.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5294      +/-   ##
==========================================
+ Coverage   74.65%   74.84%   +0.18%     
==========================================
  Files          73       73              
  Lines       11139    11198      +59     
==========================================
+ Hits         8316     8381      +65     
+ Misses       2186     2181       -5     
+ Partials      637      636       -1     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ChristopherHX ChristopherHX marked this pull request as ready for review June 13, 2025 11:33
@ChristopherHX
Copy link
Contributor Author

The new test case of #2649 can be pulled after this changed and it succeeds.

@ChristopherHX
Copy link
Contributor Author

ChristopherHX commented Jun 13, 2025

Summary, I forget to remove old code that messed up my newer code. Most likely due to an invalid test case that is changed in both this and linked older PR.

@mergify mergify bot merged commit e374ef9 into nektos:master Aug 21, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants