-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create tech stack docs (techstack.yml and techstack.md) #198
Conversation
Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
✅ Build VTEX-SDK-dotnet 2.3.513 completed (commit 8b7d90dcf6 by @stacksharebot) |
@gstraccini review |
Review enabled! 👀 |
@gstraccini appveyor commit |
@gstraccini appveyor pull request |
AppVeyor build started! 🚀 Build ID: 48762406 |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
✅ Build VTEX-SDK-dotnet 2.3.517 completed (commit 8b7d90dcf6 by @stacksharebot) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #198 +/- ##
=====================================
Coverage 0.22% 0.22%
=====================================
Files 117 117
Lines 1778 1778
Branches 75 75
=====================================
Hits 4 4
+ Misses 1774 1772 -2
- Partials 0 2 +2 ☔ View full report in Codecov by Sentry. |
Adding tech stack documentation to allow anyone to easily see what is being used in this repo without digging through config files. Two files are being added:
techstack.yml
andtechstack.md
.techstack.yml
contains data on all the technologies being used in this repo.techstack.md
is a visualization of the YML file and displays the tech stack data in a pretty Markdown file.💡 Protip:
techstack.md
contains a comment at the top of the file that the following README snippet (with and without the logos) at the top of the file as a comment:<--- Readme.md Snippet without images Start --->
Tech Stack
guibranco/VTEX-SDK-dotnet is built on the following main stack:
Full tech stack here
<--- Readme.md Snippet without images End --->
Get the code:
<--- Readme.md Snippet with images Start --->
Tech Stack
guibranco/VTEX-SDK-dotnet is built on the following main stack:
Full tech stack here
<--- Readme.md Snippet with images End --->
Get the code: