Skip to content

Commit

Permalink
Test CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 5, 2024
1 parent ced47ed commit c3600f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions anyscale_provider/operators/anyscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ def on_kill(self) -> None:
self.log.info("Termination request received. Submitted request to terminate the anyscale service rollout.")
return

@staticmethod
def test_me():
assert 1 == 1

def execute(self, context: Context) -> None:
"""
Execute the service rollout to Anyscale.
Expand Down

0 comments on commit c3600f0

Please sign in to comment.