-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
486c78f
commit 433dc30
Showing
6 changed files
with
141 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,11 @@ jobs: | |
- name: Test 🚨 | ||
run: npm test | ||
|
||
- name: Upload coverage to Codecov 🌂 | ||
uses: codecov/codecov-action@v1 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
|
||
- name: Deploy 🏠 | ||
uses: appleboy/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
/node_modules | ||
/coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# IHNA_MessengerService | ||
[![Build](https://github.com/CorentinBacconnais/IHNA_MessengerService/workflows/Node%20CI/badge.svg)](https://github.com/CorentinBacconnais/IHNA_MessengerService/actions) | ||
[![Build](https://github.com/CorentinBacconnais/IHNA-MessengerService/workflows/Node%20CI/badge.svg)](https://github.com/CorentinBacconnais/IHNA-MessengerService/actions) | ||
[![Version](https://img.shields.io/github/v/tag/CorentinBacconnais/IHNA-MessengerService)](https://img.shields.io/github/v/tag/CorentinBacconnais/IHNA-MessengerService) | ||
[![CCoverage](https://img.shields.io/codecov/c/github/CorentinBacconnais/IHNA-MessengerService.svg?style=flat-square)](https://codecov.io/gh/CorentinBacconnais/IHNA-MessengerService) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/CorentinBacconnais/IHNA-MessengerService/badge.svg)](https://snyk.io/test/github/CorentinBacconnais/IHNA-MessengerService) | ||
|
||
> Allows to interact with the user through Facebook Messenger and the Facebook page "IHNA - Idheo Helper". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
module.exports = { | ||
testEnvironment: 'node' | ||
testEnvironment: 'node', | ||
"collectCoverage":true | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters