msmasnadi / OPGEEv4

OPGEE v4
Other
10 stars 4 forks source link

Add code coverage action #28

Open ghost opened 1 month ago

ghost commented 1 month ago

Once #19 is merged, we'll need to add a workflow to upload results to https://coveralls.io.

There's an existing GH action to implement this (https://github.com/marketplace/actions/coveralls-github-action), but there are some additional configurations to consider.

Also, this step should probably run only on PRs into master or immediately after a PR is merged into master.