mlcommons / GaNDLF

A generalizable application framework for segmentation, regression, and classification using PyTorch
https://gandlf.org
Apache License 2.0
150 stars 78 forks source link

Trigger tests for pull requests to all branches #855

Closed sarthakpati closed 2 months ago

sarthakpati commented 2 months ago

Fixes #ISSUE_NUMBER

Proposed Changes

Checklist

github-actions[bot] commented 2 months ago

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

VukW commented 2 months ago

Hmm It seems to me that you are disabling these checks on any PR, aren't you? Say, this PR doesn't run checks anymore

VukW commented 2 months ago

GPT says triggers should look like

on:
  push:
    branches: [ master ]
  pull_request: {}
sarthakpati commented 2 months ago

pull_request: {}

Awesome, thanks!

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 94.41%. Comparing base (e674f47) to head (8efb957).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## new-apis_v0.1.0-dev #855 +/- ## ======================================================= + Coverage 94.40% 94.41% +0.01% ======================================================= Files 158 158 Lines 9345 9345 ======================================================= + Hits 8822 8823 +1 + Misses 523 522 -1 ``` | [Flag](https://app.codecov.io/gh/mlcommons/GaNDLF/pull/855/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mlcommons) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/mlcommons/GaNDLF/pull/855/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mlcommons) | `94.41% <ø> (+0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mlcommons#carryforward-flags-in-the-pull-request-comment) to find out more.

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