agent
agent copied to clipboard
Cache dependencies in CI workflow
Proposed changes
- On main branch create a cache of the go dependencies
- Update all jobs to use new go dependencies cache
- Update testcontainers-go dependency version
- Remove Proxy Sanity Check job
Checklist
Before creating a PR, run through this checklist and mark each as complete.
- [ ] I have read the
CONTRIBUTINGdocument - [ ] I have run
make install-toolsand have attached any dependency changes to this pull request - [ ] If applicable, I have added tests that prove my fix is effective or that my feature works
- [ ] If applicable, I have checked that any relevant tests pass after adding my changes
- [ ] If applicable, I have updated any relevant documentation (
README.md) - [ ] If applicable, I have tested my cross-platform changes on Ubuntu 22, Redhat 8, SUSE 15 and FreeBSD 13
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 86.39%. Comparing base (7d08f5d) to head (c7761fc).
Additional details and impacted files
@@ Coverage Diff @@
## main #1378 +/- ##
==========================================
- Coverage 86.40% 86.39% -0.02%
==========================================
Files 102 102
Lines 12572 12572
==========================================
- Hits 10863 10861 -2
- Misses 1231 1233 +2
Partials 478 478
see 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 7d08f5d...c7761fc. Read the comment docs.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.