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

update setup #119

Merged
merged 7 commits into from
Apr 4, 2024
Merged

update setup #119

merged 7 commits into from
Apr 4, 2024

Conversation

adbar
Copy link
Owner

@adbar adbar commented Apr 2, 2024

No description provided.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.05%. Comparing base (6586bcb) to head (66d93bc).

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #119       +/-   ##
===========================================
- Coverage   96.62%   81.05%   -15.57%     
===========================================
  Files          33       35        +2     
  Lines         651      776      +125     
===========================================
  Hits          629      629               
- Misses         22      147      +125     

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

@adbar
Copy link
Owner Author

adbar commented Apr 2, 2024

@juanjoDiaz I'm trying to make a fresh start before working on the rest, do you know why the tests fail?

@adbar
Copy link
Owner Author

adbar commented Apr 2, 2024

Additional note: on my computer the language detection tests are failing but not the rest.

@juanjoDiaz
Copy link
Collaborator

Hi @adbar ,

I just rebased #116 and tests are passing just fine.
I also run all tests from main on my local and they worked just fine.
So, the issue has to be something that you have changed in this PR.

All the failing tests exit with code 2, which means that the job was cancelled (probably because some other job failed).
Only tests (windows-latest, 3.8, true, true) exists with code 1 but doesn't show any different details.

Btw, is there any reason to don't merge outstanding PRs with passing tests before going back into new things?
I recently has to explain to someone how all the classes work and it was quite tedious without the public documentation introduced in #109.

@adbar
Copy link
Owner Author

adbar commented Apr 3, 2024

Hi @juanjoDiaz, thanks for the prompt answer. I confirm that the tests now work on my machine but there seems to be an issue with the configuration for Github CI/CD here, I'm not sure where.

The PRs where a lot to process and we missed each other due to our longer/summer holidays last year, after that I didn't have much time but I can now move forward towards version 1. I'll have a look at the docs next.

@adbar
Copy link
Owner Author

adbar commented Apr 3, 2024

Note: "calling via python will also add the current directory to sys.path" (pytest docs).

@adbar adbar merged commit 5657ac8 into main Apr 4, 2024
14 of 15 checks passed
@adbar adbar deleted the update_setup branch April 4, 2024 10:25
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.

2 participants