lalvim / PartialLeastSquaresRegressor.jl

Implementation of a Partial Least Squares Regressor
MIT License
40 stars 8 forks source link

Add TagBot and Github CI action #31

Closed ablaom closed 1 year ago

ablaom commented 1 year ago

Now that travis is dead, this PR adds continuous test integration via a GitHub action. It also adds the TagBot action so that new repo release notes are automatically generated and the correct current version is displayed on the repo landing page.

@lalvim After you merge this, could we please have a new release tagged? If you are not already doing so, you can use the JuliaRegistrator bot to do this.

codecov[bot] commented 1 year ago

Codecov Report

Base: 92.76% // Head: 92.77% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (15c7ef5) compared to base (29ef50d). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #31 +/- ## ======================================= Coverage 92.76% 92.77% ======================================= Files 8 8 Lines 235 249 +14 ======================================= + Hits 218 231 +13 - Misses 17 18 +1 ``` | [Impacted Files](https://codecov.io/gh/lalvim/PartialLeastSquaresRegressor.jl/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+Alvim) | Coverage Δ | | |---|---|---| | [src/PartialLeastSquaresRegressor.jl](https://codecov.io/gh/lalvim/PartialLeastSquaresRegressor.jl/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+Alvim#diff-c3JjL1BhcnRpYWxMZWFzdFNxdWFyZXNSZWdyZXNzb3Iuamw=) | `0.00% <0.00%> (-50.00%)` | :arrow_down: | | [src/pls2.jl](https://codecov.io/gh/lalvim/PartialLeastSquaresRegressor.jl/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+Alvim#diff-c3JjL3BsczIuamw=) | `95.12% <0.00%> (-2.25%)` | :arrow_down: | | [src/utils.jl](https://codecov.io/gh/lalvim/PartialLeastSquaresRegressor.jl/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+Alvim#diff-c3JjL3V0aWxzLmps) | `100.00% <0.00%> (ø)` | | | [src/mlj\_interface.jl](https://codecov.io/gh/lalvim/PartialLeastSquaresRegressor.jl/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+Alvim#diff-c3JjL21sal9pbnRlcmZhY2Uuamw=) | `89.47% <0.00%> (+0.58%)` | :arrow_up: | | [src/kpls.jl](https://codecov.io/gh/lalvim/PartialLeastSquaresRegressor.jl/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+Alvim#diff-c3JjL2twbHMuamw=) | `93.10% <0.00%> (+0.60%)` | :arrow_up: | | [src/pls1.jl](https://codecov.io/gh/lalvim/PartialLeastSquaresRegressor.jl/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+Alvim#diff-c3JjL3BsczEuamw=) | `89.65% <0.00%> (+0.76%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+Alvim). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+Alvim)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

ablaom commented 1 year ago

@lalvim