Skip to content

Commit

Permalink
Merge branch 'main' into remove-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish authored Nov 22, 2024
2 parents 1bc376e + cb0a935 commit aeebcff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@ jobs:
- name: Run coverxml
run: tox -ecoverxml
- name: codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
files: ./cover/coverage.xml # optional
flags: unittests # optional
name: stestr # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}
docs:
name: docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit aeebcff

Please sign in to comment.