timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
16.8k stars 852 forks source link

Use automation token in PR handling on CI #7038

Closed fabriziomello closed 2 weeks ago

fabriziomello commented 2 weeks ago

Disable-check: force-changelog-file

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 81.70%. Comparing base (59f50f2) to head (a0d184a). Report is 212 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7038 +/- ## ========================================== + Coverage 80.06% 81.70% +1.63% ========================================== Files 190 199 +9 Lines 37181 37009 -172 Branches 9450 9674 +224 ========================================== + Hits 29770 30237 +467 + Misses 2997 2870 -127 + Partials 4414 3902 -512 ```

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

svenklemm commented 2 weeks ago

Have you tested this actually works i think i tried this and it didnt work. See #6868. This is also pretty finicky to test.

fabriziomello commented 2 weeks ago

Have you tested this actually works i think i tried this and it didnt work. See #6868. This is also pretty finicky to test.

Didn't really tested but it was my guess due to this failure when backporting: https://github.com/timescale/timescaledb/actions/runs/9551985491/job/26327551314?pr=7036

Anyway closing this PR because it is duplicated and let's continue on yours.