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

chore: Add dorny/test-reporter for webapi test results DEV-1544 #2322

Merged
merged 5 commits into from Dec 6, 2022

Conversation

seakayone
Copy link
Collaborator

@seakayone seakayone commented Dec 5, 2022

Pull Request Checklist

Task Description/Number

Add a github action which renders the unit test result into human readable results for easier analysis should one test fail.

Issue Number: DEV-1544

Basic Requirements

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix: represents bug fixes
  • Refactor: represents production code refactoring
  • Feature: represents a new feature
  • Documentation: documentation changes (no production code change)
  • Chore: maintenance tasks (no production code change)
  • Style: styles updates (no production code change)
  • Test: all about tests: adding, refactoring tests (no production code change)
  • Other... Please describe:

Does this PR introduce a breaking change?

  • Yes
  • No

Does this PR change client-test-data?

  • Yes (don't forget to update the JS-LIB team about the change)
  • No

@seakayone seakayone self-assigned this Dec 5, 2022
@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Base: 86.95% // Head: 86.64% // Decreases project coverage by -0.30% ⚠️

Coverage data is based on head (4bcf45e) compared to base (bfe578a).
Patch coverage: 57.69% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2322      +/-   ##
==========================================
- Coverage   86.95%   86.64%   -0.31%     
==========================================
  Files         242      251       +9     
  Lines       28102    28266     +164     
==========================================
+ Hits        24435    24491      +56     
- Misses       3667     3775     +108     
Impacted Files Coverage Δ
...ain/scala/dsp/project/handler/ProjectHandler.scala 100.00% <ø> (ø)
.../src/main/scala/dsp/role/handler/RoleHandler.scala 88.00% <ø> (ø)
...c/main/scala/dsp/role/repo/impl/RoleRepoLive.scala 100.00% <ø> (ø)
...shared/src/main/scala/dsp/util/UuidGenerator.scala 0.00% <0.00%> (ø)
...erface/src/main/scala/dsp/user/route/GetUser.scala 0.00% <0.00%> (ø)
...ce/src/main/scala/dsp/user/route/MigrateUser.scala 0.00% <0.00%> (ø)
...ace/src/main/scala/dsp/user/route/UserRoutes.scala 0.00% <0.00%> (ø)
...c/main/scala/dsp/user/repo/impl/UserRepoLive.scala 100.00% <ø> (ø)
...sp-shared/src/main/scala/dsp/valueobjects/Id.scala 69.23% <66.66%> (+3.84%) ⬆️
...p-shared/src/main/scala/dsp/valueobjects/Iri.scala 93.81% <66.66%> (-0.87%) ⬇️
... and 28 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@seakayone seakayone requested review from irinaschubert, BalduinLandolt and mpro7 and removed request for irinaschubert December 6, 2022 07:50
@seakayone seakayone changed the title Add dorny/test-reporter for webapi test results chore: Add dorny/test-reporter for webapi test results DEV-1544 Dec 6, 2022
@seakayone seakayone marked this pull request as ready for review December 6, 2022 08:59
@seakayone seakayone merged commit 5c76338 into main Dec 6, 2022
@seakayone seakayone deleted the wip/add-test-reports branch December 6, 2022 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants