Skip to content

Commit

Permalink
refactor: calculate versioned coverage on prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed Jan 13, 2025
1 parent 6ef034e commit e462ce9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ jobs:
sed -i.bak -e "s/\(^version:\)\([^\"]*\)/\1 ${{ env.RELEASE_NR }}/" CITATION.cff
cat CITATION.cff
- name: Estimate MP coverage
run: |
python quality/qe_mp-coverage.py
- name: Plot MP coverage
run: |
python quality/plot/mp-coverage/mp-coverage.py -v ${{ env.RELEASE_NR }}
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3
Expand Down

0 comments on commit e462ce9

Please sign in to comment.