Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed May 23, 2024
1 parent f970605 commit 779ff02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
##### coverage #####
coverage:
runs-on: ubuntu-latest
container: debian:bullseye
container: debian:bookworm
name: coverage - measure
env:
linux_distro: debian
linux_release: bullseye
linux_release: bookworm
steps:
- name: add cppfw deb repo
uses: myci-actions/add-deb-repo@master
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
name: cobertura.xml
path: cobertura.xml
- name: upload coverage data to codecov.io
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
if: always() # even if previous steps fail, this one needs to be run
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 779ff02

Please sign in to comment.