Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
feat: either tests complete
Browse files Browse the repository at this point in the history
  • Loading branch information
baetheus committed Apr 10, 2021
1 parent 0c7e022 commit 7df9295
Show file tree
Hide file tree
Showing 47 changed files with 2,779 additions and 28 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Deno

on:
push:
branches: [master]
branches: [master, test]
pull_request:
branches: [master]

Expand All @@ -33,4 +33,13 @@ jobs:
deno-version: ${{ matrix.deno }}

- name: Run Deno Tests
run: deno test -A --unstable
run: deno test -A --unstable --coverage=coverage

- name: Generate Coverage
run: deno coverage --unstable ./coverage --lcov > lcov.info

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7df9295

Please sign in to comment.