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

Codecove has released beta version of Test Analytics feature #3996

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 15, 2024

  1. Codecov Test Analytics integration

    Codecove has released beta version of Test Analytics feature
    more details can be found [here|https://docs.codecov.com/docs/test-result-ingestion-beta]
    
    Since we are already integrated with Codecov (storing code coverage data) the idea is to try out if Test Analytics feature will provide visibility over flaky tests and stability of the tests/build. Hopefully, we will have a base to compare and identify regressions.
    
    Changes (only in build actions)
        - Add step to publish junit report files to codecove
        - Add basic codecov.yml config (filter out files that are not junit reports)
    
    Conditionally upload junit reports only on nightly build & push to branch
    ggivo committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9b36a40 View commit details
    Browse the repository at this point in the history
  2. Remove verbose flag

    ggivo committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d0068fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cf8bd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    9a4e96e View commit details
    Browse the repository at this point in the history