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

ci: Add lint workflow and ci workflow #4

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

matthewfeickert
Copy link
Contributor

Purpose

  • Make the testing GitHub Actions workflow a seperate workflow from the linting
    workflow.
  • Update GitHub Action versions to the latest major version tags.

At the moment this just runs the tests and coverage, but it doesn't report them at all, but as we don't have full tests yet this is left as a stub intentionally.

Does this introduce a breaking change?

[ ] Yes
[x] No

@matthewfeickert matthewfeickert requested a review from guenp March 5, 2024 17:57
@matthewfeickert matthewfeickert self-assigned this Mar 5, 2024
@matthewfeickert
Copy link
Contributor Author

The CI complaining here is expected

/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/coverage/control.py:887: CoverageWarning: No data was collected. (no-data-collected)
  self._warn("No data was collected.", slug="no-data-collected")

as we aren't giving it tests to collect yet.

@matthewfeickert matthewfeickert merged commit fce38a0 into main Mar 15, 2024
1 of 2 checks passed
@matthewfeickert matthewfeickert deleted the ci/split-ci-into-multiple-stages branch March 15, 2024 20:48
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.

2 participants