Skip to content

Sync testing assets with templates #106

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

Merged
merged 1 commit into from
Aug 16, 2021
Merged

Sync testing assets with templates #106

merged 1 commit into from
Aug 16, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Aug 15, 2021

We have assembled a collection of reusable project assets:
https://github.com/arduino/tooling-project-assets
These assets will be used in the repositories of all Arduino tooling projects.

Some improvements and standardizations have been made in the upstream "template" testing assets, and those are introduced
to this repository here.

Notable:

  • Split into separate workflows for each distinct testing type
  • Use Codecov to track code coverage
  • Make integration test work directory path canonical
  • Do clean up of integration test work directory
  • Update integration test dependencies

Some task names have changed:

  • test-unit -> go:test
  • test-integration -> go:test-integration

@per1234 per1234 added type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels Aug 15, 2021
@per1234 per1234 requested a review from umbynos August 15, 2021 06:18
@codecov-commenter
Copy link

codecov-commenter commented Aug 15, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@b2f212c). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #106   +/-   ##
=======================================
  Coverage        ?   11.49%           
=======================================
  Files           ?       18           
  Lines           ?     1722           
  Branches        ?        0           
=======================================
  Hits            ?      198           
  Misses          ?     1466           
  Partials        ?       58           
Flag Coverage Δ
unit 11.49% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2f212c...38a21e0. Read the comment docs.

@per1234 per1234 changed the title Sync release assets with templates Sync testing assets with templates Aug 15, 2021
Copy link
Contributor

@umbynos umbynos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work 😍

We have assembled a collection of reusable project assets:
https://github.com/arduino/tooling-project-assets
These assets will be used in the repositories of all Arduino tooling projects.

Some improvements and standardizations have been made in the upstream "template" testing assets, and those are introduced
to this repository here.

Notable:

- Split into separate workflows for each distinct testing type
- Use Codecov to track code coverage
- Make integration test work directory path canonical
- Do clean up of integration test work directory
- Update integration test dependencies

Some task names have changed:

- `test-unit` -> `go:test`
- `test-integration` -> `go:test-integration`
@per1234 per1234 merged commit 3222d17 into arduino:main Aug 16, 2021
@per1234 per1234 deleted the sync-test branch August 16, 2021 11:24
@per1234 per1234 self-assigned this Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants