Skip to content

Commit 8dbb92e

Browse files
committed
Repair ObjectState coverage publication
1 parent 10b1a41 commit 8dbb92e

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/coverage-pages.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
continue-on-error: true
4242
run: |
4343
mkdir -p site
44-
python -m pytest --cov=hieraconf \
44+
python -m pytest --cov=objectstate \
4545
--cov-report=xml \
4646
--cov-report=html:site/coverage \
4747
tests/
@@ -69,9 +69,9 @@ jobs:
6969
7070
# Create README.md in the site directory
7171
cat > site/README.md << 'EOF'
72-
# hieraconf Code Coverage Reports
72+
# ObjectState Code Coverage Reports
7373
74-
This site contains the code coverage reports for the [hieraconf](https://github.com/trissim/hieraconf) project.
74+
This site contains the code coverage reports for the [ObjectState](https://github.com/OpenHCSDev/ObjectState) project.
7575
7676
## Navigation
7777
@@ -99,9 +99,7 @@ jobs:
9999
100100
- name: Check GitHub Pages status
101101
run: |
102-
echo "⚠️ IMPORTANT: Make sure GitHub Pages is enabled in your repository settings!"
103-
echo "Go to https://github.com/trissim/hieraconf/settings/pages"
104-
echo "Set 'Source' to 'GitHub Actions' to enable GitHub Pages deployment."
102+
echo "GitHub Pages publishes the ObjectState coverage report from this workflow."
105103
106104
- name: Setup Pages
107105
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)