Skip to content

Conversation

@anjag01
Copy link

@anjag01 anjag01 commented May 13, 2025

Description

Checklist

  • Make sure that you are listed in the AUTHORS file
  • Add relevant changes and new features to the CHANGELOG file
  • I have commented my code, particularly in hard-to-understand areas
  • New and existing unit tests pass locally with my changes
  • Updated or added python bindings for changed or new classes (Tick if no updates were necessary.)

How can I get additional information on failed tests during CI

Click to expand If your PR is failing you can check out
  • The details of the action statuses at the end of the PR or the "Checks" tab.
  • http://cdash.seqan.de/index.php?project=OpenMS and look for your PR. Use the "Show filters" capability on the top right to search for your PR number.
    If you click in the column that lists the failed tests you will get detailed error messages.

Advanced commands (admins / reviewer only)

Click to expand
  • /reformat (experimental) applies the clang-format style changes as additional commit. Note: your branch must have a different name (e.g., yourrepo:feature/XYZ) than the receiving branch (e.g., OpenMS:develop). Otherwise, reformat fails to push.
  • setting the label "NoJenkins" will skip tests for this PR on jenkins (saves resources e.g., on edits that do not affect tests)
  • commenting with rebuild jenkins will retrigger Jenkins-based CI builds

⚠️ Note: Once you opened a PR try to minimize the number of pushes to it as every push will trigger CI (automated builds and test) and is rather heavy on our infrastructure (e.g., if several pushes per day are performed).

cbielow and others added 30 commits October 30, 2023 14:19
…penMS#7934)

* [MSNumpressCoder]Refactoring: move implementation from header to cpp

Fixes OpenMS#7904

* Update AUTHORS
Don't use wildcardToRegularExpression.
* Added support for more Data-field

* added extra datafilds as requested

* added mslevel to object instead of metadata

* Update MascotGenericFile.h

* Update MascotGenericFile.h

---------

Co-authored-by: BhuvanB <bhuvanb1408@gmail.com>
qt6-base-dev not required for OpenMS usage
* fix error in concatenation

* make GaussFitter a lot faster

* mod CHANGELOG
* update: OSW doc usage of use_ms1_traces to enable_ms1

* update: example spyo chrom mzML param use_ms1_traces to enable_ms1
BugFix : Fixed Targetedfileconverter crash
* minor fixes for MzTab

* choose more sane defaults

* fix test
* Enhanced test coverage in

* added changelog for new updates

* fixes the issue for OpenMS#7839
)

* Update PercolatorInfile.cpp

* Apply suggestions from code review

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.