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

DM-35315: Add build action #5

Merged
merged 12 commits into from
Jun 24, 2022
Merged

DM-35315: Add build action #5

merged 12 commits into from
Jun 24, 2022

Commits on Jun 23, 2022

  1. Ignore _build files

    timj committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    400e469 View commit details
    Browse the repository at this point in the history
  2. Add build action

    timj committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    0114c45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71726d5 View commit details
    Browse the repository at this point in the history
  4. Import a plugin version

    timj committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    90d9a93 View commit details
    Browse the repository at this point in the history
  5. Modernize package name

    timj committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    90cb626 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16a404d View commit details
    Browse the repository at this point in the history
  7. Add requirements file

    timj committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f3c0a54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7bd8402 View commit details
    Browse the repository at this point in the history
  9. Modify coverage command

    timj committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    57c9a68 View commit details
    Browse the repository at this point in the history
  10. Full path for coverage

    timj committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e2c17d6 View commit details
    Browse the repository at this point in the history
  11. Include simple version test

    timj committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    530c630 View commit details
    Browse the repository at this point in the history
  12. Use local tree for coverage

    If we use `--cov=lsst.ctrl.bps.htcondor` the coverage test
    fails with an Astropy logger error during the import of
    lsst.ctrl.bps.__init__.py. This is likely some odd
    interaction between lsst.ctrl.bps.htcondor and lsst.ctrl.bps
    sharing the same hierarchy. Doing a local developer install
    and telling coverage to use the local directory seems
    to fix this problem.
    timj committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    485ae12 View commit details
    Browse the repository at this point in the history