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: adding wasm coverage #1233

Draft
wants to merge 41 commits into
base: master
Choose a base branch
from
Draft

Commits on Aug 3, 2024

  1. feat: adding wasm coveage

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8ebaf17 View commit details
    Browse the repository at this point in the history
  2. fix: renaming coverage job

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    2fe5f31 View commit details
    Browse the repository at this point in the history
  3. fix: renaming

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1fedaeb View commit details
    Browse the repository at this point in the history
  4. fixing build

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    470581b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c9ac5c View commit details
    Browse the repository at this point in the history
  6. removing macOS config

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    c036b7e View commit details
    Browse the repository at this point in the history
  7. using macOS config

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5f4500a View commit details
    Browse the repository at this point in the history
  8. using help suggestion

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    c3c181b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1144c9 View commit details
    Browse the repository at this point in the history
  10. minor fix

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    0eb5575 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a6682fe View commit details
    Browse the repository at this point in the history
  12. adding aarch64-apple

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    818f988 View commit details
    Browse the repository at this point in the history
  13. using nightly latest

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6b2295e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f13648a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    28c43e2 View commit details
    Browse the repository at this point in the history
  16. testing with cargo wasmcov

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5efc293 View commit details
    Browse the repository at this point in the history
  17. getting llvm version

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    efb5789 View commit details
    Browse the repository at this point in the history
  18. installing llvm

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f25452b View commit details
    Browse the repository at this point in the history
  19. adding llvm to path

    jrmncos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    41bbef2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. rollbacking sdk files

    jrmncos committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3a43c21 View commit details
    Browse the repository at this point in the history
  2. minor fix

    jrmncos committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    82feaae View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    7d3f7f7 View commit details
    Browse the repository at this point in the history
  2. minor fix

    jrmncos committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1ce9e69 View commit details
    Browse the repository at this point in the history
  3. fixing formatting

    jrmncos committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    dbc6d9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00b7d6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb94596 View commit details
    Browse the repository at this point in the history
  6. minor fix

    jrmncos committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    78f4e18 View commit details
    Browse the repository at this point in the history
  7. minor change

    jrmncos committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    715b70e View commit details
    Browse the repository at this point in the history
  8. using wasmcov test in script

    jrmncos committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0d4e22e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5ca548 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac230f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fixing test with wasmcov

    jrmncos committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0d4b12a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge branch 'master' into feat/adding-wasmcov

    # Conflicts:
    #	.github/workflows/coverage.yml
    jrmncos committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    be6ddd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    dbdeef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    ab6c619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    232e9c8 View commit details
    Browse the repository at this point in the history
  3. adding platform

    jrmncos committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    fe013da View commit details
    Browse the repository at this point in the history
  4. updating time

    jrmncos committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    ca96ca0 View commit details
    Browse the repository at this point in the history
  5. updating nightly version

    jrmncos committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    6db679f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15d6ee4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. fixing merge_profdata.sh

    jrmncos committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9937bf1 View commit details
    Browse the repository at this point in the history