furrer-lab / abn

Bayesian network analysis in R
https://r-bayesian-networks.org/
GNU General Public License v3.0
1 stars 0 forks source link

21 allow to skip the quick tests on specific branches #22

Closed j-i-l closed 2 months ago

j-i-l commented 2 months ago

quick tests are skipped on branches that contain the string noT in their name and on every commit that starts with the string noT.

Note: When a merge request is marked as ready-for-review, then CRAN-like tests are triggered. This action has no such condition implemented so far, so it will run independent on noT in the branch name or current commit.

@matteodelucchi should we also allow to skip the CRAN like tests if a commit message starts with noT?

matteodelucchi commented 2 months ago

@matteodelucchi should we also allow to skip the CRAN like tests if a commit message starts with noT?

Yes, I think this might be useful!

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 66.28%. Comparing base (309c56f) to head (4a7390d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #22 +/- ## ======================================= Coverage 66.28% 66.28% ======================================= Files 53 53 Lines 10393 10393 ======================================= Hits 6889 6889 Misses 3504 3504 ```

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

j-i-l commented 2 months ago

skipped CRAN tests as no relevant change

Good to merge, I'd say