Skip to content

Commit

Permalink
remove code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
ciminf committed May 24, 2022
1 parent c2ef0a2 commit 3eaf656
Show file tree
Hide file tree
Showing 3 changed files with 1,316 additions and 352 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
continue-on-error: true
- name: Run all the tests
run: firebase emulators:exec --project demo-nhogs-nestjs-firebase --import=e2e/import 'npm test'
- name: Send coverage report
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
- name: publish code coverage on CC
uses: paambaati/[email protected]
env:
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<p align="center">
<a href="https://github.com/Nhogs"><img alt="nhogs logo" width="96" src="https://nhogs.com/nhogs_192.png"></a>
</p>
<a href="https://nhogs.com"><img src="https://nhogs.com/nhogs_64.png" align="right" alt="nhogs-logo" title="NHOGS Interactive"></a>

# @nhogs/nestjs-firebase

Expand All @@ -26,10 +24,11 @@ $ npm i --save @nhogs/nestjs-firebase
First you need to have a running firebase project.
See [Add Firebase to your JavaScript project](https://firebase.google.com/docs/web/setup)

:warning: This module only uses Firebase client API
:warning: This module only uses Firebase client API

- [x] Use [Firebase client API](https://firebase.google.com/docs/web/setup)
- [ ] Use [Firebase admin SDK](https://firebase.google.com/docs/admin/setup)
- [ ] Use [Firebase admin SDK](https://firebase.google.com/docs/admin/setup)

### Module

Add the module in app imports with project settings
Expand Down
Loading

0 comments on commit 3eaf656

Please sign in to comment.