jkrumbiegel / Animations.jl

Animations, easings and interpolations for animated visualizations.
https://jkrumbiegel.github.io/Animations.jl/stable/
MIT License
78 stars 3 forks source link

Install TagBot as a GitHub Action #2

Closed JuliaTagBot closed 4 years ago

JuliaTagBot commented 4 years ago

You're receiving this pull request because the now-deprecated Julia TagBot GitHub App is installed for this repository. This pull request installs TagBot as a GitHub Action. If this PR does not belong in this repository for any reason, feel free to close it.

See this Discourse thread for more details and to ask questions. Please do not comment on this pull request, because it is unlikely that I (@christopher-dG) will see it.

codecov-io commented 4 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master      #2   +/-   ##
======================================
  Coverage    83.9%   83.9%           
======================================
  Files           7       7           
  Lines         205     205           
======================================
  Hits          172     172           
  Misses         33      33

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 45b27d6...44dc9a0. Read the comment docs.

Wikunia commented 4 years ago

If you consider merging this you might wanna add ssh: ${{ secrets.DOCUMENTER_KEY }} to it to create the docs automatically for a new stable release. Currently the latest docs are from v0.3.3 instead of v0.4

jkrumbiegel commented 4 years ago

ah good point, where exactly should I add that? I think all my other repos got this automatically through PkgTemplates so I never touched the setup