Open
Conversation
Pull Request Test Coverage Report for Build 7b353564665203a2ef637ee6669c12fab9289e7a-PR-1237Details
💛 - Coveralls |
3683c00 to
4a8fe16
Compare
4a8fe16 to
7daa000
Compare
Init a new Rust project to serve as e2e test suite Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
The default rust `test` utilities are quite powerful. This PR leverages them in order to: - natively use multiprocessing to run tests in parallel - have comprehensive `pass` and `error` logs Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
Adds a github action triggering an end to end test of edgehog on backend changes. Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
Code formatting applied using the command: `cargo fmt`. Signed-off-by: Osman Hadzic <osman.hadzic@secomind.com>
use environment variables for test configuration instead of hardcoding values in the code. Signed-off-by: Osman Hadzic <osman.hadzic@secomind.com>
add GraphQL mutations and queries for application management Signed-off-by: Osman Hadzic <osman.hadzic@secomind.com>
add a new GitHub Actions workflow to format the backend codebase before running E2E tests. Signed-off-by: Osman Hadzic <osman.hadzic@secomind.com>
update copyright year in various files to 2025 - 2026 Signed-off-by: Osman Hadzic <osman.hadzic@secomind.com>
7daa000 to
7b35356
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR adds initial test coverage for the application creation flow.
Checklist
Further Comments (optional)
Screenshots / Demos (optional)