Skip to content

Commit

Permalink
will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Sep 25, 2023
1 parent 9c331cd commit 882db62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion src/servicex_did_finder_lib/communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 882db62

Please sign in to comment.