Skip to content

Commit

Permalink
docs: add github status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Apr 24, 2023
1 parent 0ecb99b commit 8e30a6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm run lint

- name: Test
run: npm test
run: npm run coverage

- name: Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm run lint

- name: Test
run: npm test
run: npm run coverage

- name: Codecov
uses: codecov/codecov-action@v3
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Koa Stateless CSRF

[![Release](https://github.com/DASPRiD/koa-stateless-csrf/actions/workflows/release.yml/badge.svg)](https://github.com/DASPRiD/koa-stateless-csrf/actions/workflows/release.yml)

Stateless CSRF implementation for Koa based APIs, based on the `nosurf` implementation.

It includes protection against [BREACH attacks](https://breachattack.com/) as well as tampering with cookies through
Expand Down

0 comments on commit 8e30a6f

Please sign in to comment.