Skip to content

Commit

Permalink
coverage does not require downstream tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 29, 2022
1 parent 3395d33 commit 5308629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- run: pytest -n auto --pyargs jwst.datamodels
test_with_coverage:
name: Coverage
needs: [ test, test_jwst_datamodels ]
needs: [ test ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -115,7 +115,7 @@ jobs:
file: ./coverage.xml
build-docs:
name: Build documentation
needs: [ test, test_jwst_datamodels ]
needs: [ test ]
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install graphviz texlive-latex-extra dvipng
Expand Down

0 comments on commit 5308629

Please sign in to comment.