From 882db622962657d5b871f54e2644cf891e22cc57 Mon Sep 17 00:00:00 2001 From: Ilija Vukotic Date: Mon, 25 Sep 2023 12:45:03 -0500 Subject: [PATCH] will fail --- .github/workflows/ci.yaml | 20 ++++++++++---------- src/servicex_did_finder_lib/communication.py | 1 - 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab2e935..8d9fffb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,13 +30,13 @@ jobs: - name: Lint with Flake8 run: | poetry run flake8 - # - name: Test with pytest - # run: | - # poetry run coverage run -m --source=src pytest tests - # poetry run coverage xml - # - name: Report coverage using codecov - # if: github.event_name == 'push' && matrix.python-version == 3.8 - # uses: codecov/codecov-action@v1 - # with: - # file: ./coverage.xml # optional - # flags: unittests # optional + - name: Test with pytest + run: | + poetry run coverage run -m --source=src pytest tests + poetry run coverage xml + - name: Report coverage using codecov + if: github.event_name == 'push' && matrix.python-version == 3.8 + uses: codecov/codecov-action@v3.1.4 + with: + file: ./coverage.xml # optional + flags: unittests # optional diff --git a/src/servicex_did_finder_lib/communication.py b/src/servicex_did_finder_lib/communication.py index b02299b..612c17f 100644 --- a/src/servicex_did_finder_lib/communication.py +++ b/src/servicex_did_finder_lib/communication.py @@ -144,7 +144,6 @@ def rabbit_mq_callback( dataset_id=dataset_id, endpoint=endpoint, file_prefix=file_prefix) - servicex.post_status_update("DID Request received") info = { "dataset-id": dataset_id,