This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Increase the code coverage#3
Open
dhAlcojor wants to merge 10 commits into
Open
Conversation
added 2 commits
August 19, 2024 12:54
Added push triggers for the main, develop, feature, and bugfix branches in the GitHub CI workflow. This ensures that any changes pushed to these branches will automatically initiate the CI process, maintaining continuous integration and testing standards.
Enhanced unit test to verify that the health bars display the correct initial health values. Modified the HTML to include class identifiers for left and right health bars, facilitating easier DOM element selection in tests.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Updated the CI workflow name for clarity and consistency. Also added a build status badge to the README for better visibility of the CI status.
added 2 commits
August 19, 2024 13:15
Moved global coverage threshold checks from the top-level configuration to the coverage reporter settings. This change ensures that the checks are applied correctly during the coverage reporting phase.
This change eliminates the push trigger to streamline the workflow and rely solely on pull_request events for CI runs. This should reduce unnecessary CI executions and optimize resource usage.
Updated the Karma configuration to include the "coverage" reporter. This change ensures that code coverage reports are generated alongside the existing progress and HTML reporters, aiding in better analysis and testing of the project's codebase.
Changed the preprocessor configuration in karma.conf.js to include TypeScript files from the 'app' directory instead of 'src'. This ensures that code coverage reports are generated for the correct directory.
Updated the Karma configuration to explicitly define the file type as TypeScript for test files. Added the `--code-coverage` flag to the CI test script to generate code coverage reports during continuous integration runs.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.