Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
run: melos format -- --set-exit-if-changed

- name: Check linting
run: |
cd packages/pharaoh && dart run build_runner build --delete-conflicting-outputs
melos analyze
run: melos analyze

test:
name: Test Packages
Expand All @@ -44,13 +42,7 @@ jobs:

- uses: dart-lang/setup-dart@v1.3
- uses: bluefireteam/melos-action@v3

- name: Bootstrap
run: |
dart pub global activate melos
melos bootstrap
cd packages/pharaoh && dart run build_runner build --delete-conflicting-outputs


- name: Run Unit tests
run: melos tests:ci

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Pharaoh 🏇

[![Dart](https://github.com/codekeyz/pharaoh/workflows/Dart/badge.svg)](https://github.com/codekeyz/pharaoh/actions/workflows/test.yml)
[![Test Pipeline](https://github.com/codekeyz/pharaoh/actions/workflows/test.yaml/badge.svg)](https://github.com/codekeyz/pharaoh/actions/workflows/test.yaml)
[![codecov](https://codecov.io/gh/codekeyz/pharaoh/graph/badge.svg?token=4CJTGP1U2M)](https://codecov.io/gh/codekeyz/pharaoh)
[![Pub Version](https://img.shields.io/pub/v/pharaoh?color=green)](https://pub.dev/packages/pharaoh)
[![popularity](https://img.shields.io/pub/popularity/pharaoh?logo=dart)](https://pub.dev/packages/pharaoh/score)
[![likes](https://img.shields.io/pub/likes/pharaoh?logo=dart)](https://pub.dev/packages/pharaoh/score)
[![melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square)](https://github.com/invertase/melos)

Expand Down
3 changes: 0 additions & 3 deletions packages/pharaoh/lib/pharaoh.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ export 'src/http/request.dart';
export 'src/http/response.dart';
export 'src/http/router.dart';

export 'src/shelf_interop/adapter.dart';
export 'src/shelf_interop/shelf.dart' show ShelfBody;

export 'src/utils/utils.dart';
export 'src/utils/exceptions.dart';

Expand Down
5 changes: 0 additions & 5 deletions packages/pharaoh/lib/pharaoh_next.dart

This file was deleted.

68 changes: 0 additions & 68 deletions packages/pharaoh/lib/src/_next/_core/config.dart

This file was deleted.

18 changes: 0 additions & 18 deletions packages/pharaoh/lib/src/_next/_core/container.dart

This file was deleted.

47 changes: 0 additions & 47 deletions packages/pharaoh/lib/src/_next/_core/core_impl.dart

This file was deleted.

154 changes: 0 additions & 154 deletions packages/pharaoh/lib/src/_next/_core/reflector.dart

This file was deleted.

Loading