-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI/CD modification #10
base: main
Are you sure you want to change the base?
Conversation
ACE07-Sev
commented
Dec 26, 2024
- Moved py.typed back into root.
- Renamed .yaml to .yml for consistency.
- Added os matrix to tests.yml.
- Moved py.typed back into root. - Renamed .yaml to .yml for consistency. - Added os matrix to tests.yml.
So, mac os seems to be having some floating point errors. Have to fix that for consistency. Temporarily removed macos to identity other potential issues. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10 +/- ##
==========================================
- Coverage 86.97% 86.95% -0.02%
==========================================
Files 55 55
Lines 3831 3856 +25
==========================================
+ Hits 3332 3353 +21
- Misses 499 503 +4 ☔ View full report in Codecov by Sentry. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Issue with macos and windows failing is due to the floating error in In the meantime, I will move forward with the other items. |