Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions workflow for release #7

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

herve4m
Copy link
Contributor

@herve4m herve4m commented Aug 7, 2024

Fixes #3 by adding the release.yml GitHub action workflow, which is triggered when a new release is published in GitHub.
This workflow uses the redhat-cop/ansible_collections_tooling/.github/workflows/release.yml COP workflow.

The workflow requires an Ansible Galaxy API key to declare in the repository settings, which is not set (and therefore the workflow does not work)
Someone with permissions to the infra namespace in Ansible Galaxy can create such a key.

Also, the Sphinx documentation for the collection is removed from the repository, and therefore the version issue is resolved.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@9d3a0a0). Learn more about missing BASE report.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #7   +/-   ##
=======================================
  Coverage        ?   82.76%           
=======================================
  Files           ?       24           
  Lines           ?     1863           
  Branches        ?      456           
=======================================
  Hits            ?     1542           
  Misses          ?      192           
  Partials        ?      129           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@Tompage1994 Tompage1994 left a comment

Choose a reason for hiding this comment

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

LGTM. I've reached out to try to find the key

Apologies for the slow approval, I've been away and then never followed up

@Tompage1994 Tompage1994 merged commit 0beddb1 into redhat-cop:main Aug 30, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate release steps
3 participants