Removed action for triggering codecov bot because it does not trigger the bot#567
Merged
Merged
Conversation
brownbaerchen
added a commit
to brownbaerchen/pySDC
that referenced
this pull request
Jan 20, 2026
#!!!!!! WARNING: RUFF FAILED !!!!!!: #F811 Redefinition of unused `RBC2DG4R4ResARa1e5` from line 524 # --> pySDC/projects/RayleighBenard/RBC3D_configs.py:529:7 # | Parallel-in-Time#529 | class RBC2DG4R4ResARa1e5(RBC2DResA): # | ^^^^^^^^^^^^^^^^^^ `RBC2DG4R4ResARa1e5` redefined here Parallel-in-Time#530 | Tend = 100 Parallel-in-Time#531 | res = 64 # | # ::: pySDC/projects/RayleighBenard/RBC3D_configs.py:524:7 # | Parallel-in-Time#524 | class RBC2DG4R4ResARa1e5(RBC2DResA): # | ------------------ previous definition of `RBC2DG4R4ResARa1e5` here Parallel-in-Time#525 | Tend = 100 Parallel-in-Time#526 | res = 64 # | #help: Remove definition: `RBC2DG4R4ResARa1e5` # #F811 Redefinition of unused `RBC2DG4R4SDC23A10Ra1e6` from line 565 # --> pySDC/projects/RayleighBenard/RBC3D_configs.py:578:7 # | Parallel-in-Time#578 | class RBC2DG4R4SDC23A10Ra1e6(RBC2DM2K3A): # | ^^^^^^^^^^^^^^^^^^^^^^ `RBC2DG4R4SDC23A10Ra1e6` redefined here Parallel-in-Time#579 | Tend = 50 Parallel-in-Time#580 | res = 128 # | # ::: pySDC/projects/RayleighBenard/RBC3D_configs.py:565:7 # | Parallel-in-Time#565 | class RBC2DG4R4SDC23A10Ra1e6(RBC2DM2K3A): # | ---------------------- previous definition of `RBC2DG4R4SDC23A10Ra1e6` here Parallel-in-Time#566 | Tend = 100 Parallel-in-Time#567 | res = 64 # | #help: Remove definition: `RBC2DG4R4SDC23A10Ra1e6` # #Found 2 errors.:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We tried to bring back the codecov bot in #557 by adding an action that uploads the coverage report to codecov. However, it's not working and this PR removes this again...