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

Custom defined name of the upload #75

Merged
merged 1 commit into from
May 5, 2021

Conversation

eddiemoore
Copy link
Contributor

Adding name flag as defined in the upload API https://docs.codecov.io/reference#upload

Removed expect as it is not needed as jest has it built in.

Added JSDoc comments to some functions.
Adding coverage to index.js file

@drazisil-codecov drazisil-codecov self-requested a review May 4, 2021 15:36
Copy link
Contributor

@drazisil-codecov drazisil-codecov left a comment

Choose a reason for hiding this comment

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

Looks great! Regarding the JSDoc comments, do you want to also add a jsconfig.js so VS Code can pick up on them?

@codecov
Copy link

codecov bot commented May 4, 2021

Codecov Report

Merging #75 (aa007d8) into master (dabad4d) will decrease coverage by 5.92%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   86.38%   80.45%   -5.93%     
==========================================
  Files           6        7       +1     
  Lines         191      261      +70     
  Branches       26       44      +18     
==========================================
+ Hits          165      210      +45     
- Misses         19       35      +16     
- Partials        7       16       +9     
Flag Coverage Δ
alpine 80.45% <100.00%> (-5.93%) ⬇️
linux 80.45% <100.00%> (-5.93%) ⬇️
macos 80.45% <100.00%> (-5.93%) ⬇️

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

Impacted Files Coverage Δ
src/helpers/web.js 82.14% <100.00%> (+3.57%) ⬆️
src/index.js 60.00% <100.00%> (ø)
src/ci_providers/provider_circleci.js 91.17% <0.00%> (+5.88%) ⬆️

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 dabad4d...aa007d8. Read the comment docs.

@eddiemoore
Copy link
Contributor Author

Looks great! Regarding the JSDoc comments, do you want to also add a jsconfig.js so VS Code can pick up on them?

@drazisil-codecov VSCode picks up on them without the jsconfig.js. It uses the inbuilt typescript engine to handle the comments

@drazisil-codecov drazisil-codecov merged commit 37e9224 into codecov:master May 5, 2021
eddiemoore added a commit to eddiemoore/uploader that referenced this pull request May 5, 2021
…ironment-variables

* 'master' of github.com:codecov/uploader:
  Custom defined name of the upload (codecov#75)
@drazisil-codecov drazisil-codecov mentioned this pull request May 10, 2021
40 tasks
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