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

build: use github actions #439

Merged
merged 3 commits into from
Feb 4, 2020
Merged

build: use github actions #439

merged 3 commits into from
Feb 4, 2020

Conversation

JustinBeckwith
Copy link
Collaborator

No description provided.

@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #439   +/-   ##
========================================
  Coverage          ?   96.4%           
========================================
  Files             ?       6           
  Lines             ?    1139           
  Branches          ?     153           
========================================
  Hits              ?    1098           
  Misses            ?      41           
  Partials          ?       0

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 be52100...e1e47b3. Read the comment docs.

- run: npm run codecov
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Copy link
Contributor

Choose a reason for hiding this comment

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

I noticed on wombat dressing room permission issues on the upload step of codecov, we should check the logs for the action when this runs.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I had to manually set the CODECOV_TOKEN, which is something we'd need to figure out if looking at this broadly for client libs. Other than that - it works!

@JustinBeckwith JustinBeckwith merged commit fe3a5b4 into master Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants