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(workflow): update codecov action and improve coverage processing #30

Merged
merged 8 commits into from
Jan 11, 2025

Conversation

Ovizro
Copy link
Member

@Ovizro Ovizro commented Jan 4, 2025

  • Upgrade codecov-action to v5 in GitHub Actions workflow
  • Add job name for online test with Tinode Server
  • Update coverage combine command to use correct file path
  • Remove test dependency from build_dist target in Makefile

Ovizro added 6 commits January 5, 2025 01:06
- Upgrade codecov-action to v5 in GitHub Actions workflow
- Add job name for online test with Tinode Server
- Update coverage combine command to use correct file path
- Remove test dependency from build_dist target in Makefile
- Add `include-hidden-files: true` to coverage data uploads
- Include hidden files in chatbot logs artifact
- Update upload-coverage job to depend on both test and online-test jobs
- Update chatbot log artifact path to use singular 'log' instead of 'logs'
- Remove unnecessary 'include-hidden-files' option for chatbot logs
- Add 'merge-multiple' option for coverage data artifact
- Simplify artifact download path to 'artifacts'
- Add step to display structure of downloaded files
- Update coverage combine command to use 'artifacts/*'
- Change coverage file pattern from .coverage* to .coverage.*
- Remove display of downloaded file structure
- Simplify coverage combine command
- Add actions/checkout@v4 step to ensure proper repository checkout
- This change improves the reliability of the test-cov workflow
Copy link

codecov bot commented Jan 4, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

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

Ovizro added 2 commits January 5, 2025 18:48
- Uncommented workflow_dispatch condition for online tests
- Increased log retention days for artifacts
- Combined coverage data collection steps
- Updated test setup to include plugin enablement
- Improved user and topic services
- Refactored information retrieval methods
- Refactor get_sub function to handle subscription checking and caching more efficiently
- Fix subscription retrieval for both topic and user subscriptions
- Update tests to reflect new subscription behavior
- Remove unnecessary code and improve code readability in various files
@Ovizro Ovizro merged commit 746c32e into master Jan 11, 2025
49 checks passed
@Ovizro Ovizro deleted the dev-test branch January 11, 2025 08:45
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.

1 participant