This repository has been archived by the owner on May 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #340 from IQTLabs/renovate/codecov-codecov-action-3.x
Update codecov/codecov-action action to v3.1.3
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
PATH=/home/runner/.local/bin:$PATH coverage report && \ | ||
PATH=/home/runner/.local/bin:$PATH coverage xml | ||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected].2 | ||
uses: codecov/[email protected].3 | ||
if: github.repository == 'iqtlabs/daedalus' | ||
integration_tests: | ||
runs-on: ubuntu-22.04 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "daedalus-5g" | ||
version = "0.11.5.dev" | ||
version = "0.11.5" | ||
description = "A tool for creating 4G/5G environments both with SDRs and virtual simulation to run experiments in" | ||
authors = [ | ||
{ name = "cglewis", email = "[email protected]" } | ||
|
@@ -24,11 +24,11 @@ dependencies = [ | |
|
||
[project.optional-dependencies] | ||
test = [ | ||
"attrs==22.1.0", | ||
"codecov==2.1.12", | ||
"pylint==2.16.2", | ||
"pytype==2023.2.17", | ||
"pytest==7.2.1", | ||
"attrs==23.1.0", | ||
"codecov==2.1.13", | ||
"pylint==2.17.2", | ||
"pytype==2023.4.18", | ||
"pytest==7.3.1", | ||
"pytest-cov==4.0.0", | ||
"ruamel.yaml==0.17.21" | ||
] | ||
|