Skip to content

Commit

Permalink
try coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Jun 12, 2024
1 parent be5b04f commit c3db632
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,11 @@ jobs:
name: "unit-test"
path: "eliot*"

- name: Upload coverage report
uses: codecov/codecov-action@v2
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
token: "322d708d-8283-4827-b605-ccf02bfecf70"
file: "./coverage.xml"

- parallel: true
- flag-name: unit


integration-tests:
Expand Down Expand Up @@ -162,3 +161,10 @@ jobs:
token: "322d708d-8283-4827-b605-ccf02bfecf70"
file: "./coverage.xml"
flags: "integration"

- name: Coveralls
uses: coverallsapp/github-action@v2
with:
- parallel: true
- flag-name: integration
- parallel-finished: true

0 comments on commit c3db632

Please sign in to comment.