Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Provide example for coveralls in README #9

Open
MarcoIeni opened this issue Aug 4, 2020 · 0 comments
Open

Provide example for coveralls in README #9

MarcoIeni opened this issue Aug 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@MarcoIeni
Copy link

Motivation

Upload to coveralls example might be useful for someone.

Workflow example

This is an example taken from here.

      - name: Run cargo-tarpaulin
        uses: actions-rs/[email protected]
        with:
          args: '--ignore-tests --out Lcov'

      - name: upload to Coveralls
        uses: coverallsapp/github-action@master
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          path-to-lcov: './lcov.info'
@MarcoIeni MarcoIeni added the enhancement New feature or request label Aug 4, 2020
kellerkindt added a commit to kellerkindt/asn1rs that referenced this issue Mar 19, 2021
kellerkindt added a commit to kellerkindt/asn1rs that referenced this issue Mar 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant