InfluxCommunity / influxdb3-go

The go package that provides a simple and convenient way to interact with InfluxDB 3.
https://pkg.go.dev/github.com/InfluxCommunity/influxdb3-go
MIT License
21 stars 11 forks source link

chore: do not run e2e on PRs from forks #77

Closed alespour closed 3 months ago

alespour commented 3 months ago

Proposed Changes

Changes CircleCI job not to run e2e tests on PRs from forks. CIRCLE_BRANCH env var is set to pull/NUMBER when run for fork PR: https://circleci.com/blog/triggering-trusted-ci-jobs-on-untrusted-forks/

Checklist

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 74.54%. Comparing base (61546e9) to head (d9b092e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #77 +/- ## ========================================== - Coverage 83.09% 74.54% -8.56% ========================================== Files 12 12 Lines 994 994 ========================================== - Hits 826 741 -85 - Misses 138 228 +90 + Partials 30 25 -5 ```

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