Skip to content

Commit

Permalink
ci: update coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Aug 18, 2023
1 parent 81b29fb commit da6329a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github copy/workflows/coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on: ["push", "pull_request"]

name: Coveralls

jobs:

Reporter:
name: Upload Coverage
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Build and Test
uses: ./.github/actions/build-and-test

- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit da6329a

Please sign in to comment.