-
Notifications
You must be signed in to change notification settings - Fork 1
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
Do coverage testing only on ubuntu #23
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #23 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 4 4
=========================================
Hits 4 4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
uses: julia-actions/julia-processcoverage@v1 | ||
|
||
- name: Upload coverage data (Codecov) | ||
if: ${{ matrix.os == 'ubuntu-latest' }} | ||
uses: codecov/codecov-action@v4 | ||
with: | ||
files: lcov.info | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
|
||
- name: Upload coverage data (Coveralls) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will not be enough when you split the workload into multiple CI jobs like we do in Trixi.jl. Then, you would need to do something like we do over there. But this solution is fine for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I will try to keep this in mind.
Thanks for your attention here!
Avoid errors like https://github.com/trixi-framework/TrixiAtmo.jl/actions/runs/10060164422/job/27807094751?pr=21
#3 (comment)