Merge pull request #10 from wneessen/codecov-rename

Codecov rename
This commit is contained in:
Winni Neessen 2022-05-07 15:05:36 +02:00 committed by GitHub
commit ce8872c72d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 2 deletions

View file

@ -16,13 +16,15 @@ on:
- 'go.*'
- '.github/**'
- 'codecov.yml'
env:
HIBP_API_KEY: ${{ secrets.HIBP_API_KEY }}
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.15, 1.16, 1.17, 1.18]
os: [ubuntu-latest]
go: [1.18]
steps:
- name: Checkout Code
uses: actions/checkout@master

32
.github/workflows/codecov_testonly.yml vendored Normal file
View file

@ -0,0 +1,32 @@
name: Codecov workflow
on:
push:
branches:
- main
paths:
- '**.go'
- 'go.*'
- '.github/**'
- 'codecov.yml'
pull_request:
branches:
- main
paths:
- '**.go'
- 'go.*'
- '.github/**'
- 'codecov.yml'
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.15, 1.16, 1.17, 1.18]
steps:
- name: Checkout Code
uses: actions/checkout@master
- name: Run Tests
run: |
go test -v -race --coverprofile=coverage.coverprofile --covermode=atomic .