Skip to content
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

Fix RESP3 CI #68

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Fix RESP3 CI #68

merged 1 commit into from
Aug 5, 2024

Conversation

ahmedsobeh
Copy link
Collaborator

Pull Request check-list

Please make sure to review and check all of these items:

  • Do tests and lints pass with this change?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

This PR changes the RESP3 CI tests to run on the same python versions as the other tests. It also removed exclusions that were previously there. It would resolve #44

@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.02%. Comparing base (6a40995) to head (2749862).

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #68       +/-   ##
===========================================
+ Coverage   61.40%   75.02%   +13.62%     
===========================================
  Files         132      132               
  Lines       34341    34341               
===========================================
+ Hits        21088    25766     +4678     
+ Misses      13253     8575     -4678     

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

@ahmedsobeh ahmedsobeh enabled auto-merge August 5, 2024 09:17
Signed-off-by: ahmedsobeh <[email protected]>
@ahmedsobeh ahmedsobeh merged commit 28ad27b into main Aug 5, 2024
74 checks passed
@ahmedsobeh ahmedsobeh deleted the issue-resp3 branch August 5, 2024 09:57
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.

RESP3 tests limited scope
3 participants