pathwaycom / pathway

Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.
https://pathway.com
Other
2.84k stars 98 forks source link

Set up GitHub action to run tests #3

Closed swarajpande5 closed 3 months ago

swarajpande5 commented 11 months ago

Set up GitHub action to do automated testing of pathway codebase, whenever a PR is submitted for main branch of the repository.

Later codecov and other linting checks can be added for better visibility.

I would love to work on this.

janchorowski commented 11 months ago

Hi @swarajpande4 we are using pytest and cargo tests internally, but miss the infrastructure for public testing of PRs and any support will be appreciated!

janchorowski commented 3 months ago

The repo is re-tested and test results are visible in readme badges.