Skip to content

Commit

Permalink
build: get coverage working
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Apr 12, 2024
1 parent b9c43d7 commit 2af81db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [main]

jobs:
jobs:
build:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -46,7 +46,9 @@ jobs:

- name: generate coverage report
run: |
CLOVERAGE_VERSION=1.2.4 clojure -M:test:coverage --codecov || :
CLOVERAGE_VERSION=1.2.4 clojure -M:test:clj-test:coverage \
--ns-exclude-regex "inferenceql.query.plan.viz" \
--codecov || :
- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 2af81db

Please sign in to comment.