Codecov GitHub actions (#1551)

* Run workflows more frequently to build status badges
* Add Github status badges to README
This commit is contained in:
Kevin Chung
2020-07-17 23:31:28 -04:00
committed by GitHub
parent ddf7ba1cb0
commit e5d6d8b36c
5 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
---
name: Linting
on: [push]
on: [push, pull_request]
jobs:
build:

View File

@@ -1,7 +1,7 @@
---
name: CTFd MySQL CI
on: [pull_request]
on: [push, pull_request]
jobs:
build:

View File

@@ -1,7 +1,7 @@
---
name: CTFd Postgres CI
on: [pull_request]
on: [push, pull_request]
jobs:
build:

View File

@@ -1,7 +1,7 @@
---
name: CTFd SQLite CI
on: [pull_request]
on: [push, pull_request]
jobs:
build:

View File

@@ -1,6 +1,7 @@
# ![](https://github.com/CTFd/CTFd/blob/master/CTFd/themes/core/static/img/logo.png?raw=true)
[![Build Status](https://travis-ci.org/CTFd/CTFd.svg?branch=master)](https://travis-ci.org/CTFd/CTFd)
![CTFd CI](https://github.com/CTFd/CTFd/workflows/CTFd%20CI/badge.svg?branch=master)
![Linting](https://github.com/CTFd/CTFd/workflows/Linting/badge.svg?branch=master)
[![MajorLeagueCyber Discourse](https://img.shields.io/discourse/status?server=https%3A%2F%2Fcommunity.majorleaguecyber.org%2F)](https://community.majorleaguecyber.org/)
[![Documentation Status](https://api.netlify.com/api/v1/badges/6d10883a-77bb-45c1-a003-22ce1284190e/deploy-status)](https://docs.ctfd.io)