Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.42 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.42 KB

Swift W3C TraceContext

CI codecov Swift

A Swift implementation of the W3C Trace Context standard.

Documentation

Our documentation is hosted on the Swift Package Index.

Contributing

Please make sure to run ./scripts/soundness.sh when contributing. It checks formatting and similar things.

You can ensure it always runs and passes before you push by installing a pre-push hook with git:

echo './scripts/soundness.sh' > .git/hooks/pre-push
chmod +x .git/hooks/pre-push