Skip to content

Commit

Permalink
Add publish make rule
Browse files Browse the repository at this point in the history
  • Loading branch information
maybelinot committed Jun 27, 2023
1 parent f75925e commit cf98ad1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ test-with-coverage-html:

update-deps:
poetry update
# Workaround for poetry install to be able to install ruamel.yaml library
./dev/fix_ruamel_pkg_names.py poetry.lock

publish:
poetry publish --build

4 comments on commit cf98ad1

@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
yamx
   extra.py29293%38, 49
   yamx.py84199%44
yamx/containers
   data.py1201191%49, 57, 84, 160, 166, 177, 207–210, 214–215, 217
yamx/jinja
   condition.py86891%39–40, 44–49, 57
yamx/loader
   preprocessor.py62297%104, 182
yamx/representer
   rendering.py115298%123, 134
TOTAL7022696% 

Tests Skipped Failures Errors Time
141 0 💤 0 ❌ 0 🔥 2.289s ⏱️

@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
yamx
   extra.py29293%38, 49
   yamx.py84199%44
yamx/containers
   data.py1201191%49, 57, 84, 160, 166, 177, 207–210, 214–215, 217
yamx/jinja
   condition.py86891%39–40, 44–49, 57
yamx/loader
   preprocessor.py62297%104, 182
yamx/representer
   rendering.py115298%123, 134
TOTAL7022696% 

Tests Skipped Failures Errors Time
141 0 💤 0 ❌ 0 🔥 2.210s ⏱️

@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
yamx
   extra.py29293%38, 49
   yamx.py84199%44
yamx/containers
   data.py1201191%49, 57, 84, 160, 166, 177, 207–210, 214–215, 217
yamx/jinja
   condition.py86891%39–40, 44–49, 57
yamx/loader
   preprocessor.py62297%104, 182
yamx/representer
   rendering.py115298%123, 134
TOTAL7022696% 

Tests Skipped Failures Errors Time
141 0 💤 0 ❌ 0 🔥 2.537s ⏱️

@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
yamx
   extra.py29293%38, 49
   yamx.py84199%44
yamx/containers
   data.py1201191%49, 57, 84, 160, 166, 177, 207–210, 214–215, 217
yamx/jinja
   condition.py86891%39–40, 44–49, 57
yamx/loader
   preprocessor.py62297%104, 182
yamx/representer
   rendering.py115298%123, 134
TOTAL7022696% 

Tests Skipped Failures Errors Time
141 0 💤 0 ❌ 0 🔥 3.613s ⏱️

Please sign in to comment.