We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f293b commit 07207efCopy full SHA for 07207ef
1 file changed
.github/workflows/tests.yml
@@ -42,6 +42,7 @@ jobs:
42
run: pytest --cov=lydata --cov-config=pyproject.toml --doctest-modules src
43
env:
44
COVERAGE_FILE: .coverage.doctests
45
+ GITHUB_TOKEN: ${{ secrets.LYCOSYSTEM_READALL }}
46
47
# Lastly, we can make sure the examples in the README.md are up to date.
48
# Because doctests can occur in any text file, we can run it over those examples
@@ -51,6 +52,7 @@ jobs:
51
52
run: coverage run -m doctest README.md
53
54
COVERAGE_FILE: .coverage.readme
55
56
57
# Lastly, we collect all files that start with `.coverage` into one file and
58
# create a report either as a comment on the PR or in a separate branch if its
0 commit comments