Skip to content

Commit

Permalink
fix(coverage): Report coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vbudhram committed Apr 8, 2020
1 parent ca23cb8 commit 0025450
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/fxa-auth-db-mysql/docs/API.md
@@ -1,6 +1,7 @@
# Server API

The `fxa-auth-db-mysql` has the following API which the `fxa-auth-server` uses.
Text to trigger CI

# Overview

Expand Down
5 changes: 0 additions & 5 deletions packages/fxa-customs-server/scripts/test-local.sh
Expand Up @@ -7,9 +7,4 @@
npm run lint:eslint || exit 1
node_modules/.bin/grunt copyright || exit 1

cov=""
if test "$NO_COVERAGE" = ""; then
cov="--coverage --cov"
fi

tap test/local test/remote $cov
1 change: 1 addition & 0 deletions packages/fxa-profile-server/CONTRIBUTING.md
@@ -1,5 +1,6 @@
# Contributing

Text to trigger CI
Anyone is welcome to help with Firefox Accounts. Feel free to get in touch with other community members on Matrix, the
mailing list or through issues here on GitHub.

Expand Down

0 comments on commit 0025450

Please sign in to comment.