Skip to content

HLA-1254: Address issues caught by SonarQube #970

HLA-1254: Address issues caught by SonarQube

HLA-1254: Address issues caught by SonarQube #970

Workflow file for this run

name: CI
on:
push:
branches:
- master
- '*x'
tags:
- '*'
pull_request:
schedule:
# Weekly Monday 9AM build
- cron: "2 20 * * 3"
jobs:
check:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: check-style
crds_contexts:
uses: spacetelescope/crds/.github/workflows/contexts.yml@master
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
needs: [ crds_contexts ]
with:
setenv: |
CRDS_PATH: /tmp/data/crds_cache/
CRDS_SERVER_URL: https://hst-crds.stsci.edu
CRDS_CLIENT_RETRY_COUNT: 3
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
cache-path: /tmp/data/crds_cache/
cache-key: ${{ needs.crds_contexts.outputs.hst }}
libraries: |
brew:
- hdf5
envs: |
- linux: py310-xdist
- linux: py311-xdist
- macos: py311-xdist
- linux: py3-cov-xdist
coverage: codecov