Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #340 from IQTLabs/renovate/codecov-codecov-action-3.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v3.1.3
  • Loading branch information
anarkiwi authored Apr 21, 2023
2 parents 19236a0 + cfb2e07 commit 2b6ea2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions blue/pyproject.toml
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]" }
Expand All @@ -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"
]
Expand Down

0 comments on commit 2b6ea2a

Please sign in to comment.