We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca7fc4 commit bc5d1a4Copy full SHA for bc5d1a4
.codecov.yml
.github/workflows/main.yaml
@@ -41,7 +41,6 @@ jobs:
41
sudo add-apt-repository 'deb http://ppa.launchpad.net/sri-csl/formal-methods/ubuntu bionic main'
42
sudo apt-get update
43
sudo apt-get install yices2
44
- pip install codecov build
45
pdm install --dev
46
- name: Cache YoWASP build products
47
uses: actions/cache@v4
@@ -54,8 +53,7 @@ jobs:
54
53
run: |
55
pdm run test
56
- name: Submit code coverage
57
- run: |
58
- codecov
+ uses: codecov/codecov-action@v5
59
60
smoketest: # If we plug this into downstream projects, does magic smoke escape?
61
runs-on: ubuntu-latest
0 commit comments