Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Repo: codecov coverage reports are not longer uploaded #8166

Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issuebugSomething isn't workingrepo maintenancethings to do with maintenance of the repo, and not with code/docs
@auvred

Description

@auvred

Suggestion

This PR#7567 pinnedPRIMARY_NODE_VERSION variable in CI to>=20.6.1

env:
PRIMARY_NODE_VERSION:'>=20.6.1'

But this variable is also compared tomatrix.node-version which van be16 or20

# collect coverage on the primary node version
# we don't collect coverage on other node versions so they run faster
# note that we don't do this as a single `run` with a flag because some
# packages don't collect coverage on purpose, so forcing `--coverage=true`
# would override the config
-name:Run unit tests with coverage for ${{ matrix.package }}
if:env.PRIMARY_NODE_VERSION == matrix.node-version
run:npx nx test ${{ matrix.package }}
env:
CI:true
-name:Run unit tests for ${{ matrix.package }}
if:env.PRIMARY_NODE_VERSION != matrix.node-version
run:npx nx test ${{ matrix.package }} --coverage=false
env:
CI:true
-name:Store coverage for uploading
if:env.PRIMARY_NODE_VERSION == matrix.node-version
uses:actions/upload-artifact@v3
with:
name:${{ matrix.package }}-coverage
path:packages/${{ matrix.package }}/coverage/lcov.info
# Sadly 1 day is the minimum
retention-days:1


'>=20.6.1' == '20' ->false

Thus, the coverage isn't collected and uploaded

I think we can unpin it since the current version of Node.js is already20.10.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    accepting prsGo ahead, send a pull request that resolves this issuebugSomething isn't workingrepo maintenancethings to do with maintenance of the repo, and not with code/docs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp