Skip to content

Commit

Permalink
Adding codecov/lgtm (AmericanAirlines#3)
Browse files Browse the repository at this point in the history
* Fixing announcement emoji

* Updating the project with codecov

* Adding README badge for code coverage

* Adding LGTM badges

* Adding newline to end of workflow
  • Loading branch information
SpencerKaiser authored Jul 20, 2020
1 parent 74eae8d commit 34895b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ jobs:
run: |
npm ci
npm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage/clover.xml
name: codecov-${{ matrix.node-version }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](https://github.com/AmericanAirlines/AskingForAFriend/workflows/Build/badge.svg?branch=main)
<!-- [![codecov](https://codecov.io/gh/AmericanAirlines/AskingForAFriend/branch/main/graph/badge.svg)](https://codecov.io/gh/AmericanAirlines/AskingForAFriend)
[![codecov](https://codecov.io/gh/AmericanAirlines/AskingForAFriend/branch/main/graph/badge.svg)](https://codecov.io/gh/AmericanAirlines/AskingForAFriend)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/AmericanAirlines/AskingForAFriend.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/AmericanAirlines/AskingForAFriend/alerts/)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/AmericanAirlines/AskingForAFriend.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/AmericanAirlines/AskingForAFriend/context:javascript) -->
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/AmericanAirlines/AskingForAFriend.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/AmericanAirlines/AskingForAFriend/context:javascript)

# Asking for a Friend
Helping our Slack community ask questions without fear of being judged
Expand Down

0 comments on commit 34895b8

Please sign in to comment.