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

update coverage config and testing config inherited by derived docker images #99

Merged
merged 3 commits into from
Apr 9, 2024

Commits on Mar 21, 2024

  1. update coverage config and testing config inherited by derived docker…

    … images
    
    update coverage config (.coveragerc) and testing config (conftest.py) inherited by derived docker images, set coveralls to use relative paths (since absolute paths reported by coveralls from tests within the docker container do not match those on the GitHub runner). This also sets the number of test runners to nproc rather than a hard-coded value
    tomkinsc committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0ff4611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6796edf View commit details
    Browse the repository at this point in the history
  3. also ignore coverage/

    tomkinsc committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fba891a View commit details
    Browse the repository at this point in the history