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

feat: create test result report totals model #387

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

joseph-sentry
Copy link
Contributor

Purpose/Motivation

We want to roll up the results from test results processing

What does this PR do?

  • Create a new TestResultReportTotals model that has 3 fields and a foreign key
    • passed tests
    • skipped tests
    • failed tests
    • foreign key to commit report
  • Create migration for this change

@codecov-staging
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@codecov-qa
Copy link

codecov-qa bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.95%. Comparing base (8461595) to head (6877d24).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #387   +/-   ##
=======================================
  Coverage   95.95%   95.95%           
=======================================
  Files         641      642    +1     
  Lines       16964    16977   +13     
=======================================
+ Hits        16277    16290   +13     
  Misses        687      687           
Flag Coverage Δ
unit 95.95% <100.00%> (+<0.01%) ⬆️
unit-latest-uploader 95.95% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link

codecov-public-qa bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8461595) 95.95% compared to head (6877d24) 95.95%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #387   +/-   ##
=======================================
  Coverage   95.95%   95.95%           
=======================================
  Files         641      642    +1     
  Lines       16964    16977   +13     
=======================================
+ Hits        16277    16290   +13     
  Misses        687      687           
Flag Coverage Δ
unit 95.95% <100.00%> (+<0.01%) ⬆️
unit-latest-uploader 95.95% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
reports/migrations/0015_testresultreporttotals.py 100.00% <100.00%> (ø)
reports/models.py 97.35% <100.00%> (+0.12%) ⬆️

Impacted file tree graph

@joseph-sentry joseph-sentry force-pushed the joseph/create-test-result-report-totals branch from 730aeff to 6877d24 Compare March 1, 2024 18:13
@joseph-sentry joseph-sentry requested a review from a team as a code owner March 1, 2024 18:13
@joseph-sentry joseph-sentry merged commit 568c049 into main Mar 1, 2024
18 checks passed
@joseph-sentry joseph-sentry deleted the joseph/create-test-result-report-totals branch March 1, 2024 18:31
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.

None yet

2 participants