Skip to content

Commit

Permalink
Update codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Feb 22, 2024
1 parent a71ca9a commit 8887d9e
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,5 1,18 @@
name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ip2location/ip2location-io-go
# Generate code coverage report

name: Generate code coverage with Codecov
on:
push:
tags:
- 'v*.*.*'

jobs:
release:
name: Release to Github
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ip2location/ip2location-io-go

0 comments on commit 8887d9e

Please sign in to comment.