Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WillSams committed Feb 20, 2024
1 parent 5f1421d commit dbd4d62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
--max-line-length=96 --statistics --per-file-ignore='specs/**/*:E9,F63,F7,F82'
- name: Run pytest tests
run: |
chmod +x ./backend/scripts/test-coverage.sh
cd backend && ./scripts/test-coverage.sh
chmod +x ./targets/backend/scripts/test-coverage.sh
cd targets/backend && ./scripts/test-coverage.sh

unit-test-frontend:
runs-on: ubuntu-latest
Expand All @@ -52,6 +52,6 @@ jobs:

- name: Test with Jest
run: |
cd frontend
cd targets/client
npm ci && npm run test:coverage

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
[![Client Deployment](https://github.com/WillSams/example-ts-react-with-python/actions/workflows/build-and-deploy-client.yml/badge.svg)](https://github.com/WillSams/example-ts-react-with-python/actions/workflows/build-and-deploy-client.yml)
[![Backend Deployment](https://github.com/WillSams/example-ts-react-with-python/actions/workflows/build-and-deploy-backend.yml/badge.svg)](https://github.com/WillSams/example-ts-react-with-python/actions/workflows/build-and-deploy-backend.yml)

[![wakatime](https://wakatime.com/badge/github/WillSams/example-realworld-medium-clone.svg)](https://wakatime.com/badge/github/WillSams/example-realworld-medium-clone)

React + FastAPI codebase containing real world examples (Graphql, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.

*[Demo](https://samswebs.com/conduit-example/)    [RealWorld](https://github.com/gothinkster/realworld)*
Expand Down

0 comments on commit dbd4d62

Please sign in to comment.