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

Codacy code coverage reporting #443

Open
wants to merge 38 commits into
base: devel
Choose a base branch
from
Open

Codacy code coverage reporting #443

wants to merge 38 commits into from

Commits on Apr 24, 2024

  1. Added Codecov to CI

    kvrigor committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3c1ad9b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 21, 2024

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

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    0d2675b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd78ac3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bafc85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1715bfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae33ed0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab102b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    03f605d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07aa1e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65c27de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4949d39 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    36620af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3703d5b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    f175d0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10d96d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc6e380 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2a73f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e23716e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    6d4aedd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d995440 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    338aa9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee41b76 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Revert to pytest-cov

    Overhead due to coverage data collection is the
    same for coverage.py and pytest-cov
    kvrigor committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    934a705 View commit details
    Browse the repository at this point in the history
  2. Fixed path to coverage.xml

    kvrigor committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b7d61a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Cached ./pytest_cache

    kvrigor committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    43b35e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    051f1ec View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    02647ba View commit details
    Browse the repository at this point in the history
  2. Break test_api_3d_scalar

    kvrigor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cf024e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70eeff4 View commit details
    Browse the repository at this point in the history
  4. Compute cache key based on hash of ./pytest_cache

    pytest_cache should be saved whenever its contents changes. Cache saving only
    triggers if the associated cache key changes; thus the cache key should
    automatically update based on the contents of pytest_cache, which is
    uniquely represented by its hash.
    kvrigor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    45d25b1 View commit details
    Browse the repository at this point in the history
  5. Fixed test_api_3d_scalar.py

    kvrigor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    65742fd View commit details
    Browse the repository at this point in the history
  6. Break test_2d_biharmonic.py

    kvrigor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6d28291 View commit details
    Browse the repository at this point in the history
  7. Break test_2d_laplace.py

    kvrigor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    06cb2f8 View commit details
    Browse the repository at this point in the history
  8. Discarded --failed-first idea

    All single process tests will still be run regardless
    of test order; thus we don't really reduce test time.
    kvrigor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    85f869d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5567cf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Declared all pytest packages as optional dependencies; in pyproject.t…

    …oml, changed if 0 -: if False
    kvrigor committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a443720 View commit details
    Browse the repository at this point in the history