mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-11 13:34:06 +00:00
added CODECOV_TOKEN (#253)
* added CODECOV_TOKEN * added missing newline
This commit is contained in:
parent
8b40aef85f
commit
cffd0a413e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -244,6 +244,8 @@ jobs:
|
||||
- name: Upload coverage
|
||||
if: matrix.coverage
|
||||
run: ci/codecov.sh "upload"
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
- name: Run coverity
|
||||
if: matrix.coverity && github.event_name == 'push' && (github.ref_name == 'develop' || github.ref_name == 'master')
|
||||
|
Loading…
x
Reference in New Issue
Block a user