Skip to content

Commit

Permalink
Merge pull request #112 from lsst/tickets/DM-47673
Browse files Browse the repository at this point in the history
DM-47673: Add v28 release notes
  • Loading branch information
timj authored Nov 21, 2024
2 parents 2cdde0e + 19506ca commit 89c8672
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,20 @@ jobs:
run: uv pip install --system --no-deps -v .

- name: Run tests
run: pytest -r a -v -n 3 --cov=tests --cov=lsst.pex.config --cov-report=xml --cov-report=term
run: |
pytest -r a -v -n 3 --cov=tests --cov=lsst.pex.config --cov-report=xml --cov-report=term \
--junitxml=junit.xml -o junit_family=legacy
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

pypi:

Expand Down
6 changes: 6 additions & 0 deletions doc/lsst.pex.config/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lsst-pex-config v28.0.0 (2024-11-21)
====================================

No significant changes.


lsst-pex-config v27.0.0 (2024-05-29)
====================================

Expand Down

0 comments on commit 89c8672

Please sign in to comment.