File tree Expand file tree Collapse file tree 7 files changed +13
-712
lines changed Expand file tree Collapse file tree 7 files changed +13
-712
lines changed Original file line number Diff line number Diff line change @@ -137,22 +137,6 @@ jobs:
137137 with :
138138 file : lcov.info
139139
140- slack :
141- name : Notify Slack Failure
142- needs : test
143- runs-on : ubuntu-latest
144- if : always() && github.event_name == 'schedule'
145- steps :
146- - uses : technote-space/workflow-conclusion-action@v2
147- - uses : voxmedia/github-action-slack-notify-build@v1
148- if : env.WORKFLOW_CONCLUSION == 'failure'
149- with :
150- channel : nightly-dev
151- status : FAILED
152- color : danger
153- env :
154- SLACK_BOT_TOKEN : ${{ secrets.DEV_SLACK_BOT_TOKEN }}
155-
156140 docs :
157141 name : Documentation
158142 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ LibPQ.jl is a Julia wrapper for the PostgreSQL `libpq` [C library](https://www.p
66
77[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliadatabases.org/LibPQ.jl/stable/ )
88[ ![ In Development] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliadatabases.org/LibPQ.jl/dev/ )
9- [ ![ CI] ( https://github.com/iamed2 /LibPQ.jl/actions/workflows/CI.yml/badge.svg )] ( https://github.com/iamed2 /LibPQ.jl/actions/workflows/CI.yml )
10- [ ![ CodeCov ] ( https://codecov.io/gh/iamed2 /LibPQ.jl/branch/master/ graph/badge.svg )] ( https://codecov.io/gh/iamed2 /LibPQ.jl )
9+ [ ![ CI] ( https://github.com/JuliaDatabases /LibPQ.jl/actions/workflows/CI.yml/badge.svg )] ( https://github.com/JuliaDatabases /LibPQ.jl/actions/workflows/CI.yml )
10+ [ ![ codecov ] ( https://codecov.io/gh/JuliaDatabases /LibPQ.jl/graph/badge.svg?token=zBj6Hn98DS )] ( https://app. codecov.io/gh/JuliaDatabases /LibPQ.jl )
1111
1212## Features
1313
You can’t perform that action at this time.
0 commit comments