Skip to content

feat: [#704] Add facades().Testing().Docker().Cache()#1064

Merged
hwbrzzl merged 8 commits intomasterfrom
bowen/#704
Jun 8, 2025
Merged

feat: [#704] Add facades().Testing().Docker().Cache()#1064
hwbrzzl merged 8 commits intomasterfrom
bowen/#704

Conversation

@hwbrzzl
Copy link
Contributor

@hwbrzzl hwbrzzl commented Jun 7, 2025

📑 Description

Closes goravel/goravel#704

✅ Checks

  • Added test cases for my code

@codecov
Copy link

codecov bot commented Jun 7, 2025

Codecov Report

Attention: Patch coverage is 62.85714% with 13 lines in your changes missing coverage. Please review.

Project coverage is 71.31%. Comparing base (c739f65) to head (83fa1db).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
testing/application.go 0.00% 7 Missing ⚠️
testing/docker/docker.go 81.25% 3 Missing ⚠️
cache/memory.go 0.00% 2 Missing ⚠️
testing/service_provider.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1064      +/-   ##
==========================================
- Coverage   71.31%   71.31%   -0.01%     
==========================================
  Files         181      181              
  Lines       12732    12749      +17     
==========================================
+ Hits         9080     9092      +12     
- Misses       3263     3267       +4     
- Partials      389      390       +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.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 83fa1db Previous: c739f65 Ratio
BenchmarkFile_ReadWrite 296375 ns/op 6185 B/op 97 allocs/op 197137 ns/op 6185 B/op 97 allocs/op 1.50
BenchmarkFile_ReadWrite - ns/op 296375 ns/op 197137 ns/op 1.50

This comment was automatically generated by workflow using github-action-benchmark.

@hwbrzzl hwbrzzl marked this pull request as ready for review June 8, 2025 03:17
@hwbrzzl hwbrzzl requested a review from a team as a code owner June 8, 2025 03:17
@hwbrzzl hwbrzzl merged commit 54a844c into master Jun 8, 2025
11 of 14 checks passed
@hwbrzzl hwbrzzl deleted the bowen/#704 branch June 8, 2025 03:17
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.

Add facades().Testing().Docker().Cache()

1 participant