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

test: run functional and integration tests separately in CI/CD #2147

Merged
merged 5 commits into from
Jun 20, 2024

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented Jun 17, 2024

What I did

fixes: #223

--cov-append is key for making coverage work

fubuloubu
fubuloubu previously approved these changes Jun 17, 2024
Copy link
Member

@fubuloubu fubuloubu left a comment

Choose a reason for hiding this comment

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

Can probably do something to paralleize the both of them if we wanted to

@antazoey
Copy link
Member Author

I just realized coverage does not actually work in CI/CD for some reason...
I get coverage data when I run tests locally but not on GitHub.

@antazoey antazoey marked this pull request as ready for review June 17, 2024 22:55
@antazoey antazoey enabled auto-merge (squash) June 17, 2024 22:56
@antazoey antazoey disabled auto-merge June 20, 2024 14:24
@antazoey antazoey merged commit 72f22c8 into ApeWorX:main Jun 20, 2024
15 checks passed
@antazoey antazoey deleted the test/ci-seps branch June 20, 2024 14:35
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.

General: Run functional tests before integration in CI
2 participants