ggshield
ggshield copied to clipboard
fix: docker pull fallback on linux amd64 for apple silicon
Context
What has been done
Validation
PR check list
- [ ] As much as possible, the changes include tests (unit and/or functional)
- [ ] If the changes affect the end user (new feature, behavior change, bug fix) then the PR has a changelog entry (see doc/dev/getting-started.md). If the changes do not affect the end user, then the
skip-changeloglabel has been added to the PR.
Codecov Report
Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.
Project coverage is 91.88%. Comparing base (
bc4777c) to head (c8835dd). Report is 6 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| ggshield/verticals/secret/docker.py | 90.00% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #1104 +/- ##
==========================================
- Coverage 91.89% 91.88% -0.01%
==========================================
Files 144 144
Lines 6094 6102 +8
==========================================
+ Hits 5600 5607 +7
- Misses 494 495 +1
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 91.88% <90.00%> (-0.01%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.