-
Notifications
You must be signed in to change notification settings - Fork 10
Update tests #131
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
base: main
Are you sure you want to change the base?
Update tests #131
Conversation
|
@rigoudyg It does not seem to accept the temporary directories and configuration. For |
|
@rigoudyg After merging my PR #135, you can modify your For some reason |
|
@sol1105 Thank you very much for investigating this issue! I will have a try using your PR. |
# Conflicts: # data_request_api/data_request_api/query/data_request.py # data_request_api/data_request_api/query/filtering.json
|
@sol1105 I have merge your pull request and it works correctly right now on my laptop. Thanks ! But I still have an issue when it is launched by actions. |
|
@wolfiex The issue with github tests |
|
@rigoudyg Looking at the action logs, all tests pass, but the test coverage is considered less than the 50% threshold. The actions skip quite a few tests (that base on test data that you might only have locally available?), which might be the reason why the test coverage is sufficient when you run the tests locally, and not when run by github actions? |
|
@sol1105 When I launch locally, the percentage found is more than 50%: ~64%
|
Update tests : coverage + add test for scripts
coverage is now trully computed for command-line test script
New test script work alone but not with others.
@sol1105 do you have an idea why there is an issue?