Skip to content

Conversation

matmair
Copy link
Contributor

@matmair matmair commented Nov 29, 2024

This PR (re) adds 3.12 to the CI in preparation for #8582

@matmair matmair added the CI CI / unit testing ecosystem label Nov 29, 2024
@matmair matmair added this to the 1.0.0 milestone Nov 29, 2024
@matmair matmair self-assigned this Nov 29, 2024
Copy link

netlify bot commented Nov 29, 2024

Deploy Preview for inventree-web-pui-preview ready!

Name Link
🔨 Latest commit 0abc688
🔍 Latest deploy log https://app.netlify.com/projects/inventree-web-pui-preview/deploys/68610c69a61fcd0008c4f149
😎 Deploy Preview https://deploy-preview-8592--inventree-web-pui-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 94 (🔴 down 3 from production)
Accessibility: 81 (no change from production)
Best Practices: 100 (no change from production)
SEO: 78 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@matmair matmair added the full-run Always do a full QC CI run label Nov 29, 2024
@matmair matmair closed this Nov 29, 2024
@matmair matmair reopened this Nov 29, 2024
Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.58%. Comparing base (4c11f8c) to head (0abc688).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8592   +/-   ##
=======================================
  Coverage   86.57%   86.58%           
=======================================
  Files        1244     1244           
  Lines       54986    54986           
  Branches     2209     2209           
=======================================
+ Hits        47604    47607    +3     
+ Misses       6820     6817    -3     
  Partials      562      562           
Flag Coverage Δ
backend 88.50% <ø> (+<0.01%) ⬆️
migrations 43.18% <ø> (-0.31%) ⬇️

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

Components Coverage Δ
Backend Apps 91.16% <ø> (ø)
Backend General 92.43% <ø> (ø)
Frontend 69.76% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -93,8 +98,8 @@
- name: Run invoke install
if: ${{ inputs.install == 'true' }}
shell: bash
run: invoke install --uv
run: invoke install --path ${{ inputs.py-dep-paths }}

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
- name: Run invoke update
if: ${{ inputs.update == 'true' }}
shell: bash
run: invoke update --uv --skip-backup --skip-static
run: invoke update --skip-backup --skip-static --path ${{ inputs.py-dep-paths }}

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
@SchrodingersGat SchrodingersGat modified the milestones: 1.0.0, 1.1.0 Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI / unit testing ecosystem full-run Always do a full QC CI run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants