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(ci): set CODECOV_TOKEN after action upgrade #442

Merged
merged 3 commits into from
Feb 8, 2024

Commits on Feb 7, 2024

  1. fix(ci): set CODECOV_TOKEN after action upgrade

    - codecov-action@v4 requires the token to be set
    - flags are not necessary at this time. its used to differentiate test types and/or
      sub-components in a monorepo. For now, we just want to see all test coverage across
      the whole project.
    coopernetes committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c85d565 View commit details
    Browse the repository at this point in the history
  2. fix: remove nyc include filter on PRs to test codecov

    - this commit will be reverted; DO NOT MERGE
    coopernetes committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b37a0d4 View commit details
    Browse the repository at this point in the history
  3. feat: set codecov to informational, remove dead code in nyc config

    - remove the parsing of changed files for PRs via nyc.config.js
    - add codecov.yml and set reports to informational only (dont block PRs)
    - add codecov badge to README
    coopernetes committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    18c12f0 View commit details
    Browse the repository at this point in the history