lbl-anp / becquerel

Becquerel is a Python package for analyzing nuclear spectroscopic measurements.
Other
44 stars 16 forks source link

Use COVERALLS_REPO_TOKEN #268

Closed jccurtis closed 3 years ago

jccurtis commented 3 years ago

Following coveralls documentation I have found some issues getting out coverage to update. I have included the COVERALLS_REPO_TOKEN as a secret and am testing if this fixes the issue. I've also purged becquerel from coveralls for a fresh start to see if main is picked up as the default branch.

See: https://coveralls.io/github/lbl-anp/becquerel

jccurtis commented 3 years ago

Whelp that didn't work:

AssertionError: {'error': 'Invalid github token'}

Closing