Skip to content

Commit

Permalink
tweak CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Apr 29, 2024
1 parent 1d5d58f commit c23d2f5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/codec.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ChainMonitor
name: codec

on:
push:
Expand Down Expand Up @@ -60,9 +60,3 @@ jobs:
working-directory: '.'
run: |
make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CHAIN_MONITOR_CODECOV_TOKEN }}
with:
flags: codec

0 comments on commit c23d2f5

Please sign in to comment.