open-telemetry / opentelemetry-swift

OpenTelemetry API for Swift
https://opentelemetry.io/docs/instrumentation/swift/
Apache License 2.0
207 stars 124 forks source link

Use set -e in shell script to detect errors #527

Closed johnbley closed 4 months ago

johnbley commented 4 months ago

Noticed that generate.sh was not using set -e; let's fix that.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.41%. Comparing base (7fabc89) to head (9006f20).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #527 +/- ## ========================================== - Coverage 68.45% 68.41% -0.04% ========================================== Files 344 344 Lines 15151 15151 ========================================== - Hits 10371 10365 -6 - Misses 4780 4786 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.