Skip to content

Commit

Permalink
ci: add coveralls reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Sep 9, 2024
1 parent f8b549b commit dc98ab5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:

- name: Install tools
run: |
echo "$(pwd)/.venv/bin" >> "$GITHUB_PATH"
echo "/home/linuxbrew/.linuxbrew/bin" >> "$GITHUB_PATH"
/home/linuxbrew/.linuxbrew/bin/brew install \
go-task \
Expand All @@ -62,6 +63,11 @@ jobs:
- name: Test
run: task test --yes

- name: Report Coveralls
uses: coverallsapp/github-action@main
with:
format: python

- name: Build
run: task build --yes

Expand Down

0 comments on commit dc98ab5

Please sign in to comment.