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

chore: setup initial CI via GA #9

Merged
merged 1 commit into from
Oct 22, 2023
Merged

chore: setup initial CI via GA #9

merged 1 commit into from
Oct 22, 2023

Conversation

radifar
Copy link
Owner

@radifar radifar commented Oct 22, 2023

Add install-poetry-action into GitHub Action Workflow. Using the following matrix:

matrix:
    os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
    python-version: [ "3.10", "3.11"]

combined with code coverage reporting to Codecov

@radifar radifar linked an issue Oct 22, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 22, 2023

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

@radifar radifar merged commit 4331854 into main Oct 22, 2023
8 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.

Setup CI with GitHub Actions and Poetry
1 participant