Replace codecov for simpler GitHub Actions solution#555
Closed
santisoler wants to merge 12 commits intomainfrom
Closed
Replace codecov for simpler GitHub Actions solution#555santisoler wants to merge 12 commits intomainfrom
santisoler wants to merge 12 commits intomainfrom
Conversation
Replace push of test coverage reports to codecov for a simpler solution that publishes coverage report in GitHub Actions outputs.
Specify the toml part so we ensure that coverage is able to read the configuration in .pyproject.toml.
This should fix the errors on building the HTML report.
This reverts commit 00ce863.
Also, don't need to install Harmonica in editable mode anymore.
If using relative paths, the `source` argument needs to passed on the config file instead of the command line (don't know why but says so in the docs). We can also set patterns for paths that should be considered the same by the reporting.
Member
|
@santisoler I got this working in Tremelique today and I implemented the fix here (hopefully it works). |
Member
|
Not sure why it's still failing here. Will investigate. |
Member
Author
|
Closing this one for now... Last month I sorted out codecov failures. I think we can keep it for a while longer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace push of test coverage reports to codecov for a simpler solution that publishes coverage report in GitHub Actions outputs. Remove
.coveragercand move configs topyproject.toml. Run coverage on tests as well.Relevant issues/PRs:
Inspired on changes made in
fatiando/bordado.
Todo
@run_only_with_numba.