File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/
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
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
You can’t perform that action at this time.
0 commit comments