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

👷🏻 Adding Mutation Testing to CI/CD Process #27

Merged
merged 22 commits into from
Nov 11, 2023

Conversation

jossmoff
Copy link
Owner

@jossmoff jossmoff commented Nov 11, 2023

Description

As part of the testing maturity on this repo, adding mutation tests will allow for a better code coverage metric.

Fixes #5

Type of change

Please tick options that are relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link

codecov bot commented Nov 11, 2023

Codecov Report

Merging #27 (5b3e9b1) into main (09e9c6d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   93.57%   93.57%           
=======================================
  Files          11       11           
  Lines         420      420           
=======================================
  Hits          393      393           
  Misses         27       27           

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@jossmoff jossmoff added this to the v1.0.0 milestone Nov 11, 2023
@jossmoff jossmoff added the enhancement New feature or request label Nov 11, 2023
@jossmoff jossmoff merged commit b99bcac into main Nov 11, 2023
4 checks passed
@jossmoff jossmoff deleted the feature/add-mutation-tests branch November 11, 2023 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Add mutation tests
1 participant