Skip to content

Commit bc5d1a4

Browse files
committed
CI: fix coverage submission.
1 parent 6ca7fc4 commit bc5d1a4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.codecov.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
sudo add-apt-repository 'deb http://ppa.launchpad.net/sri-csl/formal-methods/ubuntu bionic main'
4242
sudo apt-get update
4343
sudo apt-get install yices2
44-
pip install codecov build
4544
pdm install --dev
4645
- name: Cache YoWASP build products
4746
uses: actions/cache@v4
@@ -54,8 +53,7 @@ jobs:
5453
run: |
5554
pdm run test
5655
- name: Submit code coverage
57-
run: |
58-
codecov
56+
uses: codecov/codecov-action@v5
5957

6058
smoketest: # If we plug this into downstream projects, does magic smoke escape?
6159
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)