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

Restore coverage publishing #516

Merged
merged 17 commits into from
Feb 22, 2024
Merged

Commits on Feb 20, 2024

  1. Restore coverage gathering over packages

    Natalia Smirnova committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9764732 View commit details
    Browse the repository at this point in the history
  2. Add coverage publication to coveralls

    Natalia Smirnova committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a2e1a95 View commit details
    Browse the repository at this point in the history
  3. Update coverage version for GitHub actions

    Natalia Smirnova committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b5b329d View commit details
    Browse the repository at this point in the history
  4. Check only coverage gathering

    Natalia Smirnova committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9eb4890 View commit details
    Browse the repository at this point in the history
  5. Try to publicate with debug information

    Natalia Smirnova committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9fbd7c8 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Natalia Smirnova committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3d41a76 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Try parallel jobs

    Natalia Smirnova committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2d6e7e9 View commit details
    Browse the repository at this point in the history
  2. Run only for node 20

    Natalia Smirnova committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f0d477c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into update-critical-dependencies

    Natalia Smirnova committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    45194e6 View commit details
    Browse the repository at this point in the history
  4. Update lcov merger and add path to root

    Natalia Smirnova committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f8e7662 View commit details
    Browse the repository at this point in the history
  5. Fix path

    Natalia Smirnova committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e35e9cb View commit details
    Browse the repository at this point in the history
  6. Publicate coverage only for node 20 build

    Natalia Smirnova committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    57d2bd5 View commit details
    Browse the repository at this point in the history
  7. Remove verbosity

    Natalia Smirnova committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b3cd6d7 View commit details
    Browse the repository at this point in the history
  8. Remove coveralls package

    - now we send report using coveralls app
    Natalia Smirnova committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    991b6dd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Clean recursively

    Natalia Smirnova committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e11fdce View commit details
    Browse the repository at this point in the history
  2. Publish only on 'push'

    Natalia Smirnova committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c293e57 View commit details
    Browse the repository at this point in the history
  3. Fix scripts

    Natalia Smirnova committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c8db491 View commit details
    Browse the repository at this point in the history