GiggleLiu / NiLang.jl

A differential eDSL that can run faster than light and go back to the past.
https://giggleliu.github.io/NiLang.jl/dev
Apache License 2.0
250 stars 16 forks source link

use classic docs badge #65

Closed johnnychen94 closed 3 years ago

johnnychen94 commented 3 years ago

I didn't realize that there's a Documenter-based documentation until I made #64; the main reason is that it uses the Github Action badge instead of the classic shields blue badge... This PR changes it back to the classic badges so that others never miss it.

Typically the redirected URL in Github action badges are CI status that's why I never clicked it.

codecov[bot] commented 3 years ago

Codecov Report

Merging #65 (e8af053) into master (67635c7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   81.38%   81.38%           
=======================================
  Files          30       30           
  Lines        1402     1402           
=======================================
  Hits         1141     1141           
  Misses        261      261           

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 67635c7...e8af053. Read the comment docs.

johnnychen94 commented 3 years ago

Test failure in nightly build should be fixed by https://github.com/thautwarm/MatchCore.jl/pull/3

GiggleLiu commented 3 years ago

Thanks!