Skip to content

Conversation

@Mia-Cross
Copy link
Contributor

This PR fixes a bug that appeared in the vcr-compressor with the update of dnaeon/go vcr.v4 from v4.0.5 to v4.0.6.
The cassette.New function doesn't set the MarshalFunc attribute inside the output cassette so the subsequent call to outputCassette.Save() panicked because it calls the MarshalFunc.

To prevent this, we set it manually right after creating the outputCassette.

dependabot bot and others added 2 commits December 4, 2025 17:10
Bumps gopkg.in/dnaeon/go-vcr.v4 from 4.0.5 to 4.0.6.

---
updated-dependencies:
- dependency-name: gopkg.in/dnaeon/go-vcr.v4
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov-commenter
Copy link

codecov-commenter commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 1.77%. Comparing base (8bcb75f) to head (c2be680).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #3511   +/-   ##
======================================
  Coverage    1.76%   1.77%           
======================================
  Files         406     406           
  Lines       44434   44435    +1     
======================================
+ Hits          784     787    +3     
+ Misses      43562   43561    -1     
+ Partials       88      87    -1     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants