Skip to content
Snippets Groups Projects
Unverified Commit 9ffb16e9 authored by Rambaud Pierrick's avatar Rambaud Pierrick Committed by GitHub
Browse files

build: coverage (#140)

parents abe16968 1bded7df
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,5 @@
"ghcr.io/devcontainers-contrib/features/nox:2": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
},
"postCreateCommand": "sudo apt-get install graphviz graphviz-dev",
"postStartCommand": "pre-commit install"
"postCreateCommand": "pre-commit install"
}
......@@ -86,9 +86,10 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: coverage
path: coverage.xml
- name: codecov
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
fail_ci_if_error: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment