-
Notifications
You must be signed in to change notification settings - Fork 12
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
update setup #119
Conversation
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
@juanjoDiaz I'm trying to make a fresh start before working on the rest, do you know why the tests fail? |
Additional note: on my computer the language detection tests are failing but not the rest. |
Hi @adbar , I just rebased #116 and tests are passing just fine. All the failing tests exit with code 2, which means that the job was cancelled (probably because some other job failed). Btw, is there any reason to don't merge outstanding PRs with passing tests before going back into new things? |
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. |
Note: "calling via python will also add the current directory to |
No description provided.