Skip to content

Delete .github/dependabot.yml #6

Delete .github/dependabot.yml

Delete .github/dependabot.yml #6

Workflow file for this run

name: "Test & upload coverage to Codecov"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
run: forge test
- name: Create a coverage report
run: forge coverage --report lcov
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: deploy-market/contracts