JuliaHEP / AwkwardArray.jl

Awkward Array in Julia mirrors the Python library, enabling effortless zero-copy data exchange between Julia and Python
https://juliahep.github.io/AwkwardArray.jl/dev/
MIT License
31 stars 2 forks source link

test: documenter #94

Closed ianna closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 75.27%. Comparing base (5e7a6ad) to head (0e2e1fd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #94 +/- ## ======================================= Coverage 75.27% 75.27% ======================================= Files 4 4 Lines 1630 1630 ======================================= Hits 1227 1227 Misses 403 403 ```

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

Moelf commented 4 months ago

notice you need some kind of base64 encoded key, I find the only reliable way to get it working is to follow the Documenter.jl's instruction and their canned solution for generating one-time key for this

ianna commented 4 months ago

notice you need some kind of base64 encoded key, I find the only reliable way to get it working is to follow the Documenter.jl's instruction and their canned solution for generating one-time key for this

I thought DocumenterTools.genkeys() should do the trick :-)

ianna commented 4 months ago

notice you need some kind of base64 encoded key, I find the only reliable way to get it working is to follow the Documenter.jl's instruction and their canned solution for generating one-time key for this

I thought DocumenterTools.genkeys() should do the trick :-)

Yep! It worked. I just had an old secret with the same name