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

Split test running in CI #519

Merged
merged 3 commits into from
Mar 25, 2024
Merged

Split test running in CI #519

merged 3 commits into from
Mar 25, 2024

Conversation

KAUTH
Copy link
Collaborator

@KAUTH KAUTH commented Jan 21, 2024

Description

  • Split (fast) tests into 3 jobs
  • Put slow tests in a separate job. If we start storing the test durations
    we won't need to do that probably.

Related to repository-service-tuf/repository-service-tuf#603

Fixes #(issue)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

Additional requirements

  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

Code of Conduct

By submitting this PR, you agree to follow our Code of Conduct.

  • I agree to follow this project's Code of Conduct

- Split (fast) tests into 3 jobs
- Put slow tests in a separate job.
If we start storing the test durations
we won't need to do that probably.
@KAUTH KAUTH added the enhancement New feature or request label Jan 21, 2024
@KAUTH KAUTH self-assigned this Jan 21, 2024
Copy link

codecov bot commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.98%. Comparing base (25928b7) to head (5f5d49d).
Report is 20 commits behind head on main.

❗ Current head 5f5d49d differs from pull request most recent head 8653958. Consider uploading reports for the commit 8653958 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #519      +/-   ##
==========================================
+ Coverage   98.97%   98.98%   +0.01%     
==========================================
  Files          14       14              
  Lines         588      594       +6     
==========================================
+ Hits          582      588       +6     
  Misses          6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MVrachev MVrachev merged commit 5e6d7e7 into main Mar 25, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

3 participants