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

Code cov #541

Merged
merged 4 commits into from
Feb 18, 2024
Merged

Code cov #541

merged 4 commits into from
Feb 18, 2024

Conversation

ncullen93
Copy link
Member

This PR adds a separate workflow for tests on push to master that also uploads the code coverage. I will eventually change this so that it runs once a day as a cron job.

@ncullen93 ncullen93 merged commit be0fbc7 into master Feb 18, 2024
15 checks passed
@ncullen93 ncullen93 deleted the code-cov branch February 18, 2024 13:39
@cookpa
Copy link
Member

cookpa commented Feb 18, 2024

This is great, but I don't understand the point of a daily cron - how would the results change from one day to the next?

@ncullen93
Copy link
Member Author

I guess the idea is that you would only test the coverage once a day instead of after every push to master, since every PR is already being tested in the other workflow. But this is fine!

@cookpa
Copy link
Member

cookpa commented Feb 18, 2024

Oh I see, once a day instead of on push, yes that could be better!

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