-
Notifications
You must be signed in to change notification settings - Fork 179
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: fix test suite #1354
Merged
Merged
ci: fix test suite #1354
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nytelife26
added
type: ci
Issues and PRs related to continuous integration.
priority: urgent
Issues and PRs that must be resolved immediately.
version: patch
Issues and PRs with bug fixes belonging to the next patch release.
status: wip
Issues and PRs that are still a work in progress.
cat: maintenance
Issues and PRs related to the maintenance of a module.
labels
Aug 7, 2023
Nytelife26
force-pushed
the
ci/fix-test
branch
3 times, most recently
from
August 7, 2023 02:58
3781e8f
to
f3d886c
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1354 +/- ##
==========================================
- Coverage 94.57% 94.32% -0.25%
==========================================
Files 87 87
Lines 1198 1199 +1
==========================================
- Hits 1133 1131 -2
- Misses 65 68 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
path resolution was not padding slashes enough on windows in illegal-chars
note the removal of futures in this commit. this removes the need for #1353 but it was necessary to clear setuptools legacy.
Nytelife26
force-pushed
the
ci/fix-test
branch
from
September 9, 2023 04:39
e18a866
to
4cbeaf0
Compare
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cat: maintenance
Issues and PRs related to the maintenance of a module.
priority: urgent
Issues and PRs that must be resolved immediately.
status: wip
Issues and PRs that are still a work in progress.
type: ci
Issues and PRs related to continuous integration.
version: patch
Issues and PRs with bug fixes belonging to the next patch release.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This relates to...
N/A
Rationale
The lint and test suites are consistently failing due to outdated actions and
their corresponding metadata.