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

Send pytest coverage reports to code climate #2198

Merged
merged 54 commits into from
Jan 20, 2023

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    f443d13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a68a5 View commit details
    Browse the repository at this point in the history
  3. docs: fix readme badges

    ThomasLaPiana committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    c5eeac6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    dbadfb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9458522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    307fc39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2f68f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74be1c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec23351 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1cdc2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6ac6ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dec2ce1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5bc363f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6289c8c View commit details
    Browse the repository at this point in the history
  12. Change lcov extension to .info

    Paul Sanders committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ab8f8e1 View commit details
    Browse the repository at this point in the history
  13. Change extension in uploader also

    Paul Sanders committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2da345f View commit details
    Browse the repository at this point in the history
  14. Revert extension change and put in debug mode

    Paul Sanders committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    6d18aae View commit details
    Browse the repository at this point in the history
  15. Try xml upload

    Paul Sanders committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b7a79e1 View commit details
    Browse the repository at this point in the history
  16. Install coverage for upload

    Paul Sanders committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    561fc13 View commit details
    Browse the repository at this point in the history
  17. Revert changes

    Paul Sanders committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ed0004a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    cde1a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    216710e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f221762 View commit details
    Browse the repository at this point in the history
  4. feat: added a graceful error if the code climate key is missing and a…

    …dded the debug flag to the reporter commands
    ThomasLaPiana committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    7c30763 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f75624 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    575f0bf View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. feat: automatically verify that test_groups match test_matrix and sta…

    …rt building out a format_coverage session
    ThomasLaPiana committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    87bcb68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5b0705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    099123c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9b4a98 View commit details
    Browse the repository at this point in the history
  5. fix: load the fides container before running the upload coverage task…

    … and fix the session name in CI
    ThomasLaPiana committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    92c16c1 View commit details
    Browse the repository at this point in the history
  6. fix: pylint

    ThomasLaPiana committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    59842dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87ae3f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a950446 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a210be6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fcef771 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a2c13e View commit details
    Browse the repository at this point in the history
  12. fix: try another fix

    ThomasLaPiana committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    3f204b6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef444ec View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    909f189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01719d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e09c21b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc774de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bd069a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    3eaddac View commit details
    Browse the repository at this point in the history
  2. fix: update how external test coverage is handled and allow uploading…

    … coverage with less or more than 4 summed coverage results
    ThomasLaPiana committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    f7c1f4f View commit details
    Browse the repository at this point in the history
  3. docs: updated changelog

    ThomasLaPiana committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e479b34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71c463b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c72a548 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    775cea4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d71a17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c20cdca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cc2868 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

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