Skip to content

Latest commit

 

History

History
99 lines (68 loc) · 4.87 KB

README.md

File metadata and controls

99 lines (68 loc) · 4.87 KB

Contributors Forks Stargazers Issues Mutation

Quality Gate Status Build and Test Bugs Coverage Lines of Code Reliability Rating

Pub Dev Store to defeat the mutants 📚🕹

this read-me still under development, We had time to develop the whole solution but not to create a good read-me 😜

About The Project

Here's why:

  • .NET 6.0 is the most advanced and fast framework to develop applications using C#
  • It's fun! 🚀🎉

Adding Migrations 📚

Add-Migration [MigrationName] -OutputDir Configuration\Migrations

Tests ✍️

dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover

Tests Mutations (Stryker) 👽

dotnet stryker -tp "tests/API.Tests/PubDev.Store.API.Tests.csproj"

Roadmap 👀

  • Ran out of Ideas 🤣, feel free to add one

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Project Link: https://github.com/Pub-Dev/Lesson-DotNet-Test-Mutation

Acknowledgments