Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR optimizes the govulncheck workflow by updating the lint workflow configuration and removing the standalone govulncheck workflow file.
- Added a new govulncheck job to the lint workflow.
- Removed the file .github/workflows/govulncheck.yml.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/lint.yml | Added govulncheck job to invoke govulncheck workflow configuration. |
| .github/workflows/govulncheck.yml | Removed the govulncheck workflow file contents. |
There was a problem hiding this comment.
⚠️ 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: 6e81730 | Previous: be9dbad | Ratio |
|---|---|---|---|
Benchmark_Fatal |
2e-7 ns/op 0 B/op 0 allocs/op |
1e-7 ns/op 0 B/op 0 allocs/op |
2 |
Benchmark_Fatal - ns/op |
2e-7 ns/op |
1e-7 ns/op |
2 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1027 +/- ##
=======================================
Coverage 70.19% 70.19%
=======================================
Files 176 176
Lines 12376 12376
=======================================
Hits 8687 8687
Misses 3310 3310
Partials 379 379 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📑 Description
Closes https://github.com/goravel/goravel/issues/
当前 govulncheck 是定时运行的,提醒不够明显。
✅ Checks