Skip to content

Commit

Permalink
CI Fix (#2)
Browse files Browse the repository at this point in the history
CI failed because of rate limiting, so I'm including a codecov token.
  • Loading branch information
mdegans authored Sep 13, 2024
1 parent ce1c0d9 commit aaff3f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
if: matrix.os == 'ubuntu-latest' && github.event_name == 'push'
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
flags: unittests
name: codecov-umbrella
Expand Down

0 comments on commit aaff3f0

Please sign in to comment.