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

chore: Split out actions, use code coverage test #114

Merged
merged 3 commits into from
Apr 27, 2023
Merged

Conversation

iph
Copy link
Collaborator

@iph iph commented Apr 27, 2023

Split out running tests and lint/format checks for cleaner understanding just looking at the review. Also update tests to run code coverage task.

@iph iph changed the title Actions changes chore: Split out actions, use code coverage test Apr 27, 2023
Comment on lines +40 to +43
with:
profile: minimal
toolchain: stable
override: true
Copy link
Contributor

Choose a reason for hiding this comment

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

Want to have the llvm-tools-preview component in there, too (the coverage.sh will auto-install if missing, but it's cleaner to install upfront I think).

toolchain: stable
override: true
- name: Tests with Coverage
run: bash tasks/coverage.sh
Copy link
Contributor

Choose a reason for hiding this comment

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

You'd want to still upload the coverage to codecov...

@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (81d574f) 42.40% compared to head (f0602dc) 42.40%.

❗ Current head f0602dc differs from pull request most recent head 5fe6eb7. Consider uploading reports for the commit 5fe6eb7 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #114   +/-   ##
=======================================
  Coverage   42.40%   42.40%           
=======================================
  Files          20       20           
  Lines        2641     2641           
=======================================
  Hits         1120     1120           
  Misses       1521     1521           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

# Conflicts:
#	.github/workflows/correctness.yml
#	.github/workflows/fmt-actions.yml
#	.github/workflows/pr-actions.yml
@RomainMuller RomainMuller merged commit df8f11a into main Apr 27, 2023
@RomainMuller RomainMuller deleted the actions branch April 27, 2023 16:26
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