ngraymon / termfactory

Exploring a formal representation for the residual terms and/or cleaning up code of the residual equation generator
MIT License
2 stars 1 forks source link

Figure out github specific syntax for repo add-ons #31

Closed ngraymon closed 2 years ago

ngraymon commented 2 years ago

Things like

L71ULxk0Ed

probably have different syntax / implementations on github versus gitlab.

I imagine there are a variety of things like this.

Such as 'importing/exporting' the issues and how they setup boards etc. etc.

Things like ci integration / gitlab runner, [ci] versus [lightsail] etc.

lhprice commented 2 years ago

github seems to only support pass/fail badges and has only one default.svg file ex:

Test_cov

seems like it has less features since gitlab even had that one spot in settings where you could parse the coverage using regex

lhprice commented 2 years ago

looks like it will be easy to just add a codecov badge using shields.io once we setup codecov and get a token for shields.io

ngraymon commented 2 years ago

Accomplished