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

feat: ignore files ending in .*js #798

Merged
merged 1 commit into from
Jun 10, 2022
Merged

Conversation

drazisil-codecov
Copy link
Contributor

No description provided.

Verified

This commit was signed with the committer’s verified signature.
drazisil-codecov Joe Becher
@drazisil-codecov drazisil-codecov requested a review from a team as a code owner June 10, 2022 12:58
@drazisil-codecov drazisil-codecov linked an issue Jun 10, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jun 10, 2022

Codecov Report

Merging #798 (d5a9ec7) into main (ebe15b8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #798   +/-   ##
=======================================
  Coverage   92.33%   92.33%           
=======================================
  Files          33       33           
  Lines        1161     1161           
  Branches      234      234           
=======================================
  Hits         1072     1072           
  Misses         57       57           
  Partials       32       32           
Flag Coverage Δ
alpine 92.33% <ø> (ø)
alpine-proxy 92.33% <ø> (ø)
alpine-without-git 92.33% <ø> (ø)
linux 92.33% <ø> (ø)
linux-without-git 92.33% <ø> (ø)
macos 92.33% <ø> (ø)
macos-without-git 92.33% <ø> (ø)
windows 92.33% <ø> (ø)
windows-without-git 92.33% <ø> (ø)

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

Impacted Files Coverage Δ
src/helpers/files.ts 92.30% <ø> (ø)

@vlad-ko
Copy link

vlad-ko commented Jun 10, 2022

Looks good

@drazisil-codecov drazisil-codecov merged commit 1cd0d23 into main Jun 10, 2022
@drazisil-codecov drazisil-codecov deleted the 797-ignore-cjs-files branch June 10, 2022 13:13
This was referenced Jun 10, 2022
drazisil-codecov added a commit that referenced this pull request Jun 10, 2022
* style: alphabetize cli items (#771)

Co-authored-by: Tom Hu <tomhu1096+gpg@gmail.com>

* chore(deps): update dependency google/cloud-sdk to v386 (#770)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): pin dependencies (#772)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update github/codeql-action digest to a3a6c12 (#741)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency yargs to v17.5.1 (#764)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mitchell Borrego <mitchell@codecov.io>

* chore(deps): wait 3 days for npm packages (#687)

source: https://web.archive.org/web/20220328140323/https://docs.renovatebot.com/presets-npm/#npmunpublishsafe

* chore: add missing comma (#774)

* chore: remove `nock` (#780)

* chore: remove `https-proxy-agent` (#782)

* chore: remove `line-reader` (#784)

* fix(deps): update dependency undici to v5.4.0 (#777)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency alpine to v3.16.0 (#775)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update node.js to v16.15.1 (#790)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* feat: ignore files ending in .*js (#798)

* chore(release): 0.2.4 (#799)

Co-authored-by: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com>
Co-authored-by: Tom Hu <tomhu1096+gpg@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mitchell Borrego <mitchell@codecov.io>
Co-authored-by: Drazi Crendraven <drazisil@users.noreply.github.com>
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.

Ignore *.cjs files
2 participants