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: run tests on main to get coverage comparison #562

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Conversation

apricote
Copy link
Member

Tests are currently only executed for PRs. This has two downsides:

  • Coverage comparison in PRs is not available
  • If two PRs modify similar code, they have the potential to break tests, this would only be discovered once a new PR is opened.

Tests are currently only executed for PRs. This has two downsides:

- Coverage comparison in PRs is not available
- If two PRs modify similar code, they have the potential to break
  tests, this would only be discovered once a new PR is opened.
@apricote apricote self-assigned this Jan 12, 2024
@apricote apricote marked this pull request as ready for review January 12, 2024 12:26
@apricote apricote requested a review from a team as a code owner January 12, 2024 12:27
Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@b620486). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #562   +/-   ##
=======================================
  Coverage        ?   43.26%           
=======================================
  Files           ?       12           
  Lines           ?     1389           
  Branches        ?        0           
=======================================
  Hits            ?      601           
  Misses          ?      769           
  Partials        ?       19           

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

@jooola
Copy link
Member

jooola commented Jan 13, 2024

Haha, this was on my radar, thanks for fixing this.

@apricote
Copy link
Member Author

Hehe, stumbled upon this while checking out the Codecov dashboard.

@apricote apricote merged commit ff06ca6 into main Jan 15, 2024
8 checks passed
@apricote apricote deleted the coverage-main branch January 15, 2024 05:31
lukasmetzner pushed a commit that referenced this pull request Oct 10, 2024
Tests are currently only executed for PRs. This has two downsides:

- Coverage comparison in PRs is not available
- If two PRs modify similar code, they have the potential to break
tests, this would only be discovered once a new PR is opened.
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