JuliaMath / DensityInterface.jl

Interface for mathematical/statistical densities in Julia
Other
12 stars 3 forks source link

Fix codecov action #24

Closed devmotion closed 5 months ago

devmotion commented 5 months ago

23 broke codecov integration: https://github.com/JuliaMath/DensityInterface.jl/actions/runs/8339219371/job/22828516211#step:8:31

The problem is that version 4 of the app does not support tokenless uploads anymore.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (1b3583e) to head (e6fdda3). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #24 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 63 63 ========================================= Hits 63 63 ```

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

oschulz commented 5 months ago

Ooops - thanks!