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

fix: run build on unit test task #281

Merged
merged 1 commit into from
Apr 27, 2021
Merged

fix: run build on unit test task #281

merged 1 commit into from
Apr 27, 2021

Conversation

backjo
Copy link
Collaborator

@backjo backjo commented Apr 27, 2021

Signed-off-by: Jonah Back jonah@jonahback.com

@backjo backjo requested review from a team as code owners April 27, 2021 02:34
- name: Build
run: |
make go

- name: Test
run: |
go test -v ./controllers/... -coverprofile coverage.txt
Copy link
Collaborator

Choose a reason for hiding this comment

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

we might want to change this to make test while we are doing this

Signed-off-by: Jonah Back <jonah@jonahback.com>
Copy link
Collaborator

@eytan-avisror eytan-avisror left a comment

Choose a reason for hiding this comment

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

👍

@codecov
Copy link

codecov bot commented Apr 27, 2021

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #281   +/-   ##
=========================================
  Coverage          ?   70.23%           
=========================================
  Files             ?       19           
  Lines             ?     2970           
  Branches          ?        0           
=========================================
  Hits              ?     2086           
  Misses            ?      755           
  Partials          ?      129           

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 165312e...423ccb2. Read the comment docs.

@eytan-avisror eytan-avisror merged commit 088d011 into master Apr 27, 2021
@tekenstam tekenstam deleted the fix/build branch September 18, 2023 05:48
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