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

ci: use same coverage/test result filenames as other repos #517

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Conversation

matt-codecov
Copy link
Contributor

@matt-codecov matt-codecov commented Feb 19, 2025

Copy link

codecov bot commented Feb 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.92%. Comparing base (88ced51) to head (f3ff3f8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #517      +/-   ##
==========================================
- Coverage   90.50%   89.92%   -0.58%     
==========================================
  Files         463      324     -139     
  Lines       13275     8989    -4286     
  Branches     2116     1585     -531     
==========================================
- Hits        12014     8083    -3931     
+ Misses       1140      845     -295     
+ Partials      121       61      -60     
Flag Coverage Δ
shared-docker-uploader ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matt-codecov matt-codecov force-pushed the pr517 branch 2 times, most recently from e5557d2 to b4f7fd1 Compare February 19, 2025 23:43
@@ -1,5 +1,6 @@
[run]
branch = True
relative_files = True
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 nice!

I feel like this should be the default. If it were, we wouldn’t need all that PathFixer nonesense.

@@ -45,23 +45,23 @@ jobs:
- name: upload using codecovcli
if: ${{ !cancelled() && !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
run: |
docker-compose exec shared codecovcli -v upload-process --flag shared-docker-uploader --token ${{ secrets.CODECOV_ORG_TOKEN }} --fail-on-error
docker-compose exec shared codecovcli -v do-upload --report-type "test_results" --flag shared-docker-uploader --token ${{ secrets.CODECOV_ORG_TOKEN }} --fail-on-error
docker-compose exec shared codecovcli -v upload-process --flag shared-docker-uploader --file tests/unit.coverage.xml --token ${{ secrets.CODECOV_ORG_TOKEN }} --fail-on-error
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does shared not have the distinction between unit and integration tests, like the other repos do?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think some tests call themselves integration tests but it's not worked into the repo/CI currently. we should change that, and other things, so that we can reuse the workflows worker/api get to use

currently i am disturbing as little as possible so get things working in umbrella, and then we can assess whether to change shared to follow that pattern or change all three projects to use a more monorepo-aware CI structure

@matt-codecov matt-codecov added this pull request to the merge queue Feb 20, 2025
Merged via the queue into main with commit d6f1785 Feb 20, 2025
6 checks passed
@matt-codecov matt-codecov deleted the pr517 branch February 20, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants