diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d074ed..ddaa289 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,3 +32,5 @@ jobs: - name: Coverage uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/README.md b/README.md index 73642a3..4a452de 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ operating systems. However, if they are present in the environment, they take precedence. Appropriate fallback locations are used for the environment variables which are not set. -- On Unix-like operating systems (except macOS and Plan 9), the package reads the [user-dirs.dirs](https://man.archlinux.org/man/user-dirs.dirs.5.en) config file, if present. +- On Unix-like operating systems (except macOS and Plan 9), the package reads the [user-dirs.dirs](https://man.archlinux.org/man/user-dirs.dirs.5.en) config file. - On Windows, the package uses the appropriate [Known Folders](https://docs.microsoft.com/en-us/windows/win32/shell/knownfolderid). Lastly, default locations are used for any user directories which are not set,