coverallsapp / github-action

Coveralls Github Action
https://coveralls.io
MIT License
467 stars 75 forks source link

Please provide a floating tag that indicates the latest major version #140

Closed denisa closed 1 year ago

denisa commented 1 year ago

Many actions provide ‘v1’, rarely v1.1, tags that follow the latest major, minor versions.

This simplify the maintenance of the users’ GitHub action flows, as user can then write

    - name: Send coverage
      uses: coverallsapp/github-action@1
      with:
        github-token: ${{ secrets.GITHUB_TOKEN }}
        path-to-lcov: coverage.lcov

and benefit from the latest improvements

mcdonnnj commented 1 year ago

I believe this is a duplicate of #126.

denisa commented 1 year ago

Closing since it is indeed a duplicate