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

Add Visual Coverage Test + Combined Code Coverage for Coveralls #275

Merged
merged 38 commits into from
Aug 4, 2022

Commits on Aug 3, 2022

  1. wip

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ce0303f View commit details
    Browse the repository at this point in the history
  2. bash script

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e884ffc View commit details
    Browse the repository at this point in the history
  3. update merge

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    045154f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f21f56a View commit details
    Browse the repository at this point in the history
  5. space

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1c44b90 View commit details
    Browse the repository at this point in the history
  6. remove the merge command stuff, update run_test

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    fef4e58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d5ade9 View commit details
    Browse the repository at this point in the history
  8. update test_script as well

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    594b07e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74d37a0 View commit details
    Browse the repository at this point in the history
  10. update package json

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8541580 View commit details
    Browse the repository at this point in the history
  11. use normal test script and lcov file in top level coverage folder for…

    … now. Add a pr comment for the visual coverage
    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    c420b8d View commit details
    Browse the repository at this point in the history
  12. revert changes in run-test github action

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    07bc6d7 View commit details
    Browse the repository at this point in the history
  13. syntax fix

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d359af3 View commit details
    Browse the repository at this point in the history
  14. add runs-on

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    9c01aad View commit details
    Browse the repository at this point in the history
  15. more syntax

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e5f47d5 View commit details
    Browse the repository at this point in the history
  16. run test:visual

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b92ae6b View commit details
    Browse the repository at this point in the history
  17. checkout repo

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    6f0bc4f View commit details
    Browse the repository at this point in the history
  18. install

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    a6bef7f View commit details
    Browse the repository at this point in the history
  19. github action test-storybook requires playwright

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    128fe2d View commit details
    Browse the repository at this point in the history
  20. playwright install command

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b1964a2 View commit details
    Browse the repository at this point in the history
  21. use npx instead

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d88a26f View commit details
    Browse the repository at this point in the history
  22. cleanup

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    9fa48c8 View commit details
    Browse the repository at this point in the history
  23. curl instead of sleep

    Yen Truong committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e40542c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. test lcov-result-merger

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    282f4c5 View commit details
    Browse the repository at this point in the history
  2. try nyc and upload to coverall

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    eb0c4d0 View commit details
    Browse the repository at this point in the history
  3. update comment

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    aea1acf View commit details
    Browse the repository at this point in the history
  4. attempt to show individual coverages

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d5a46d2 View commit details
    Browse the repository at this point in the history
  5. try uploading artifacts in first job

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0053495 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54c7a86 View commit details
    Browse the repository at this point in the history
  7. run npm test for coverage workflow

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0617ed8 View commit details
    Browse the repository at this point in the history
  8. rename

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    692e508 View commit details
    Browse the repository at this point in the history
  9. remove test devDep

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c519d4e View commit details
    Browse the repository at this point in the history
  10. add max attempts instead of keep curling

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    9c1dd62 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    936fa7d View commit details
    Browse the repository at this point in the history
  12. update comments

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2042fe6 View commit details
    Browse the repository at this point in the history
  13. reduce max attempts. remove merge-only flag

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ed8f0bd View commit details
    Browse the repository at this point in the history
  14. update version, kill background job before terminate

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e1082c6 View commit details
    Browse the repository at this point in the history
  15. remove test stuff

    Yen Truong committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    bddfa92 View commit details
    Browse the repository at this point in the history