Skip to content

Commit

Permalink
ci(actions): incr versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tarik Zegmott <[email protected]>
  • Loading branch information
tjzegmott committed Sep 1, 2023
1 parent 8c34152 commit d3fbea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
rm $CADC_CERT
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: "coverage.lcov"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d3fbea8

Please sign in to comment.