Skip to content

Commit

Permalink
Missing token for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 28, 2023
1 parent a624c66 commit 0faf4df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
push:
branches:
- "*"
# schedule:
# - cron: '1 4 * * *'

jobs:
test:
Expand Down Expand Up @@ -42,6 +40,7 @@ jobs:
- name: Update code coverage
uses: codecov/codecov-action@v3.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 0faf4df

Please sign in to comment.