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

Add dotnet tests and publish test results #12

Merged
merged 2 commits into from
Oct 13, 2023
Merged

Conversation

merca
Copy link
Owner

@merca merca commented Oct 13, 2023

This commit adds the following changes:

  • Added setup for dotnet version 8.0.x
  • Implemented running dotnet tests with code coverage collection
  • Published test results using EnricoMi/publish-unit-test-result-action
  • Updated Codacy coverage report command to include the correct file path

merca added 2 commits October 13, 2023 17:22
The commit updates the Codacy configuration file by replacing `CODECOV_TOKEN` with `CODACY_PROJECT_TOKEN`. Additionally, it adds a Codacy badge to the README file.
This commit adds the following changes:
- Added setup for dotnet version 8.0.x
- Implemented running dotnet tests with code coverage collection
- Published test results using EnricoMi/publish-unit-test-result-action
- Updated Codacy coverage report command to include the correct file path
@github-actions
Copy link

github-actions bot commented Oct 13, 2023

Test Results

12 tests   12 ✔️  0s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit d9b1eb5.

♻️ This comment has been updated with latest results.

@gitstream-cm
Copy link

gitstream-cm bot commented Oct 13, 2023

🥷 Code experts: no user but you matched threshold 10

merca has most 👩‍💻 activity in the files.
merca has most 🧠 knowledge in the files.

See details

.github/workflows/codacy.yaml

Activity based on git-commit:

merca
OCT 21 additions & 0 deletions
SEP
AUG
JUL
JUN
MAY

Knowledge based on git-blame:
merca: 100%

README.md

Activity based on git-commit:

merca
OCT 183 additions & 89 deletions
SEP 2 additions & 0 deletions
AUG
JUL
JUN
MAY

Knowledge based on git-blame:
merca: 100%

To learn more about /:\ gitStream - Visit our Docs

@gitstream-cm
Copy link

gitstream-cm bot commented Oct 13, 2023

Hello merca 👋 Thanks for making your first PR, and welcome to our project!
Our mentor team has automatically been assigned to review this PR and guide you through the process.
Please reach out to that team if you have questions about the next steps.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for b92f75a1
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (b92f75a) Report Missing Report Missing Report Missing
Head commit (d9b1eb5) 75 61 81.33%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#12) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@merca merca self-assigned this Oct 13, 2023
@merca merca merged commit 600a6f8 into current Oct 13, 2023
15 of 17 checks passed
@merca merca deleted the feature/fixpipelines branch October 13, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant