Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JMorado committed Mar 7, 2023
1 parent 9202fec commit 60d66eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- "*"
release:
types: [published] # If you want a workflow to run when stable and pre-releases publish, subscribe to published instead of released and prereleased.

jobs:
pre-commit:
Expand Down Expand Up @@ -80,7 +82,7 @@ jobs:

release:
needs: build
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: startsWith(github.ref, 'refs/tags')

strategy:
matrix:
Expand Down Expand Up @@ -112,7 +114,6 @@ jobs:
# repository_url: https://test.pypi.org/legacy/

- name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Program for creating data pipelines triggered by file creation events.

# Version

v0.1.0
0.0.1-beta.1

# Pipeline architecture

Expand Down

4 comments on commit 60d66eb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/akita
   core.py93930%2–237
   directory_state.py42420%2–101
   event_handler.py41410%3–206
   factory.py34340%3–169
   queue_events.py931683%58, 69–73, 98–110, 140–141, 167–168
/opt/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/celery
   __init__.py110%2
   app.py440%2–7
   config.py990%2–33
/opt/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/celery/tasks
   __init__.py110%2
   xarray.py23230%2–61
/opt/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/etl_pipeline
   __init__.py110%2
   celery_pipeline.py21210%2–84
   core.py33330%2–121
   decorators.py24240%1–60
   thread_pipeline.py14140%2–32
/opt/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/event_consumer
   __init__.py110%2
   core.py41410%2–126
/opt/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/filesystems
   __init__.py110%2
   object_store.py43430%2–183
TOTAL52544316% 

Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 0.426s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/akita
   core.py93930%2–239
   directory_state.py42420%2–101
   event_handler.py41410%3–206
   factory.py34340%3–169
   queue_events.py931683%58, 69–73, 98–110, 140–141, 167–168
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/celery
   __init__.py110%2
   app.py440%2–7
   config.py880%2–33
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/celery/tasks
   __init__.py110%2
   xarray.py23230%2–61
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/etl_pipeline
   __init__.py110%2
   celery_pipeline.py21210%2–84
   core.py33330%2–121
   decorators.py24240%1–60
   thread_pipeline.py14140%2–32
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/event_consumer
   __init__.py110%2
   core.py40400%2–126
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/filesystems
   __init__.py110%2
   object_store.py43430%2–183
TOTAL52344116% 

Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 0.756s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
/Users/runner/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/akita
   core.py93930%2–239
   directory_state.py42420%2–101
   event_handler.py41410%3–206
   factory.py34340%3–169
   queue_events.py931683%58, 69–73, 98–110, 140–141, 167–168
/Users/runner/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/celery
   __init__.py110%2
   app.py440%2–7
   config.py880%2–33
/Users/runner/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/celery/tasks
   __init__.py110%2
   xarray.py23230%2–61
/Users/runner/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/etl_pipeline
   __init__.py110%2
   celery_pipeline.py21210%2–84
   core.py33330%2–121
   decorators.py24240%1–60
   thread_pipeline.py14140%2–32
/Users/runner/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/event_consumer
   __init__.py110%2
   core.py40400%2–126
/Users/runner/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dpypeline/filesystems
   __init__.py110%2
   object_store.py43430%2–183
TOTAL52344116% 

Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 2.460s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
/Users/runner/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/akita
   core.py93930%2–237
   directory_state.py42420%2–101
   event_handler.py41410%3–206
   factory.py34340%3–169
   queue_events.py931683%58, 69–73, 98–110, 140–141, 167–168
/Users/runner/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/celery
   __init__.py110%2
   app.py440%2–7
   config.py990%2–33
/Users/runner/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/celery/tasks
   __init__.py110%2
   xarray.py23230%2–61
/Users/runner/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/etl_pipeline
   __init__.py110%2
   celery_pipeline.py21210%2–84
   core.py33330%2–121
   decorators.py24240%1–60
   thread_pipeline.py14140%2–32
/Users/runner/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/event_consumer
   __init__.py110%2
   core.py41410%2–126
/Users/runner/hostedtoolcache/Python/3.10.10/x64/lib/python3.10/site-packages/dpypeline/filesystems
   __init__.py110%2
   object_store.py43430%2–183
TOTAL52544316% 

Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 1.377s ⏱️

Please sign in to comment.