Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moul/captcha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2330d2ba6e124b437d040686ba0352b694dccf94
Choose a base ref
..
head repository: moul/captcha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a3fea53a0a926b8149b88817380ded37641e6448
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/go.yml
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -109,7 +109,7 @@ jobs:
git --no-pager diff go.mod go.sum
git --no-pager diff --quiet go.mod go.sum
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.0.6
uses: codecov/codecov-action@v5.0.7
with:
#token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
@@ -152,7 +152,7 @@ jobs:
- name: Run tests on Unix-like operating systems
run: make unittest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.0.6
uses: codecov/codecov-action@v5.0.7
with:
#token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt