Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: SubMob/ScopeMob
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ddaee11b82c6b6955c07dd9b53af94977dfa0c9e
Choose a base ref
...
head repository: SubMob/ScopeMob
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a067fadf4f15dde77e5a070e6b92c5468c846455
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Jan 26, 2025

  1. [#32] Update codecov/codecov-action action to v5.3.1 (#197)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Mustafa Ozhan <[email protected]>
    renovate[bot] and mustafaozhan authored Jan 26, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a067fad View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/main.yml
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
run: ./gradlew build koverXmlReport --parallel

- name: Upload to Codecov
uses: codecov/codecov-action@v5.3.0
uses: codecov/codecov-action@v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml