From d866796daaba46a7b43ea2bb15c569d353efd95e Mon Sep 17 00:00:00 2001 From: dk <2597375+Thesephi@users.noreply.github.com> Date: Sat, 8 Jun 2024 04:06:16 +0200 Subject: [PATCH] added support for codecov on main --- .github/workflows/pr.yml | 5 ++++- jsr.json | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 26c6d52..7a134f7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -3,6 +3,9 @@ on: pull_request: branches: - main + push: + branches: + - main jobs: integrity-checks: @@ -23,7 +26,7 @@ jobs: run: deno fmt --check - name: Run linter - run: deno lint --ignore=\*\*\/\*_test.ts + run: deno lint - name: Run tests run: | diff --git a/jsr.json b/jsr.json index 482024e..de7ca95 100644 --- a/jsr.json +++ b/jsr.json @@ -7,6 +7,7 @@ "exclude": [ "**/*_test.ts", "cov_profile", + "cov_profile.lcov", "dev_deps.ts", "**/__snapshots__", ".github",