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: setup dependencies step and covering all packages in a module. #34

Merged
merged 2 commits into from
Apr 18, 2024

Conversation

arshamalh
Copy link
Contributor

Proposed changes:

  • setup-go action is updated to v5
  • a step for go mod download for projects with dependencies
  • add ./... to go test command to support projects with multiple levels on packages (most of the projects)

Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.00%. Comparing base (8c08e38) to head (b640cee).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   72.72%   80.00%   +7.27%     
==========================================
  Files           1        1              
  Lines          11       10       -1     
==========================================
  Hits            8        8              
+ Misses          2        1       -1     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thomasrockhu-codecov
Copy link
Contributor

Thanks @arshamalh!

@thomasrockhu-codecov thomasrockhu-codecov merged commit 24dd558 into codecov:main Apr 18, 2024
4 checks passed
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.

2 participants