johannesboyne / gofakes3

A simple fake AWS S3 object storage (used for local test-runs against AWS S3 APIs)
MIT License
358 stars 81 forks source link

move requestID to guarantee 64-bit alignment to fix panic on 32-bit a… #48

Closed jrhy closed 3 years ago

jrhy commented 3 years ago

Addresses issue 47: panic using unaligned 64-bit atomics on 32-bit architectures

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

codecov-io commented 3 years ago

Codecov Report

Merging #48 (642685b) into master (e8b5dbd) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #48   +/-   ##
=======================================
  Coverage   64.57%   64.57%           
=======================================
  Files          27       27           
  Lines        2165     2165           
=======================================
  Hits         1398     1398           
  Misses        533      533           
  Partials      234      234           
Impacted Files Coverage Δ
gofakes3.go 64.85% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e8b5dbd...642685b. Read the comment docs.