Drew Oldag

Results 27 comments of Drew Oldag

I've updated the documentation based on the first two comments. I'm going to leave out the sphinx example for the time being, just because that seems like the type of...

Long term maintainability is one of the selling points for using the Python Project Template. We should really try to find a way to keep the smoke test active in...

https://docs.github.com/en/actions/using-workflows/disabling-and-enabling-a-workflow?tool=webui

I've looked around, and it seems like the correct path forward that would allow users to be pretty long term hands off would be use a github action that pushes...

It would be good to check for an existing issue prior to creating a new one??? Just so we don't create many MANY issues automatically.

This sounds similar to only creating one issue if a smoke test fails. See issue #433

It would be nice if we could output the total coverage during the pre-commit step. This would give a heads up to let the user know that the github workflow...

We have codecov in CI actions, so we'll leave this as is for now.

@camposandro recommends that we simplify the workflow.

By default we assume that user code is being committed to public repositories and we've stated that in the existing documentation (https://lincc-ppt.readthedocs.io/en/latest/source/overview.html#getting-started). We could potentially add some info to the...