Skip to content

Conversation

@tomtana
Copy link
Owner

@tomtana tomtana commented Oct 10, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 10, 2025 14:35
@tomtana tomtana merged commit 96cb1d1 into main Oct 10, 2025
22 checks passed
@tomtana tomtana deleted the feature/update_upload_pages_artifact_action branch October 10, 2025 14:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Updates the GitHub Actions workflow to use the latest version of the upload-pages-artifact action for improved compatibility and features.

  • Updated upload-pages-artifact action from version 1 to version 3

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines 45 to 46
- name: Move ressources to html folder
run: echo "$(ls -l docs/_build/html)";echo "Current user is $(id)";cp -r ressources docs/_build/html
Copy link

Copilot AI Oct 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Misspelled 'ressources' should be 'resources'.

Suggested change
- name: Move ressources to html folder
run: echo "$(ls -l docs/_build/html)";echo "Current user is $(id)";cp -r ressources docs/_build/html
- name: Move resources to html folder
run: echo "$(ls -l docs/_build/html)";echo "Current user is $(id)";cp -r resources docs/_build/html

Copilot uses AI. Check for mistakes.
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.77%. Comparing base (2556926) to head (c11cd72).
⚠️ Report is 1 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   95.77%   95.77%           
=======================================
  Files           6        6           
  Lines         379      379           
=======================================
  Hits          363      363           
  Misses         16       16           
Flag Coverage Δ
unittests 95.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants