Skip to content

Commit

Permalink
[fix] Run github action on push of tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritowu committed Nov 7, 2024
1 parent 611125b commit 26ad3d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test and Publish Python 🐍 distribution 📦 to PyPI
on:
push:
branches: [ main ]
tags: [ 'v*' ]
pull_request:
branches: [ main ]

Expand Down

2 comments on commit 26ad3d4

@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
FileStmtsMissCover
nlb_catalogue_client
   client.py1170100%
   errors.py60100%
   types.py230100%
nlb_catalogue_client/api/catalogue
   get_get_availability_info.py700100%
   get_get_most_checkouts_trends_titles.py660100%
   get_get_new_titles.py890100%
   get_get_title_details.py660100%
   get_get_titles.py730100%
   get_search_titles.py930100%
nlb_catalogue_client/models
   bad_request_error.py260100%
   bib_format.py200100%
   book_cover.py540100%
   checkouts_title.py930100%
   checkouts_trend.py800100%
   course_code.py340100%
   facet.py700100%
   facet_data.py460100%
   get_availability_info_response_v2.py550100%
   get_title_details_response_v2.py8090100%
   get_titles_response_v2.py550100%
   internal_server_error.py260100%
   item.py1400100%
   location.py200100%
   media.py200100%
   method_not_allowed_error.py260100%
   new_arrival_title.py8090100%
   not_found_error.py260100%
   not_implemented_error.py260100%
   search_most_checkouts_titles_response.py300100%
   search_new_titles_response_v2.py500100%
   search_titles_response_v2.py650100%
   service_unavailable_error.py260100%
   status.py540100%
   title.py8090100%
   title_record.py7310100%
   title_summary.py1350100%
   too_many_requests_error.py260100%
   transaction_status.py540100%
   unauthorized_error.py260100%
   usage_level.py200100%
TOTAL50640100%

Tests Skipped Failures Errors Time
474 0 💤 0 ❌ 0 🔥 9.221s ⏱️

@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
FileStmtsMissCover
nlb_catalogue_client
   client.py1170100%
   errors.py60100%
   types.py230100%
nlb_catalogue_client/api/catalogue
   get_get_availability_info.py700100%
   get_get_most_checkouts_trends_titles.py660100%
   get_get_new_titles.py890100%
   get_get_title_details.py660100%
   get_get_titles.py730100%
   get_search_titles.py930100%
nlb_catalogue_client/models
   bad_request_error.py260100%
   bib_format.py200100%
   book_cover.py540100%
   checkouts_title.py930100%
   checkouts_trend.py800100%
   course_code.py340100%
   facet.py700100%
   facet_data.py460100%
   get_availability_info_response_v2.py550100%
   get_title_details_response_v2.py8090100%
   get_titles_response_v2.py550100%
   internal_server_error.py260100%
   item.py1400100%
   location.py200100%
   media.py200100%
   method_not_allowed_error.py260100%
   new_arrival_title.py8090100%
   not_found_error.py260100%
   not_implemented_error.py260100%
   search_most_checkouts_titles_response.py300100%
   search_new_titles_response_v2.py500100%
   search_titles_response_v2.py650100%
   service_unavailable_error.py260100%
   status.py540100%
   title.py8090100%
   title_record.py7310100%
   title_summary.py1350100%
   too_many_requests_error.py260100%
   transaction_status.py540100%
   unauthorized_error.py260100%
   usage_level.py200100%
TOTAL50640100%

Tests Skipped Failures Errors Time
474 0 💤 0 ❌ 0 🔥 8.827s ⏱️

Please sign in to comment.